index
:
build_soong
history/28-08-2020
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
replicant-10
replicant-11
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Fork of build/soong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
compiler.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use inclusive language in build/soong
Colin Cross
2020-06-15
1
-1
/
+1
*
Pass min_sdk_version to cc __ANDROID_SDK_VERSION__
Jooyung Han
2020-03-25
1
-12
/
+3
*
Add __ANDROID_SDK_VERSION__=<ver> macro
Jooyung Han
2020-03-16
1
-0
/
+12
*
Make __ANDROID_APEX_<NAME>__ macro optional
Jooyung Han
2020-03-16
1
-3
/
+7
*
Simple refactoring of prefix related functions.
Jaewoong Jung
2020-02-14
1
-15
/
+6
*
Fix generated headers of snapshot
Inseob Kim
2019-12-09
1
-1
/
+1
*
Exclude dirs from binder interface whitelisting
Ivan Lozano
2019-12-04
1
-0
/
+10
*
Expand ClangExtraExternalCflags to non-Google vendor projects
Yi Kong
2019-11-11
1
-4
/
+31
*
Split local and global cflags
Colin Cross
2019-11-07
1
-52
/
+53
*
apex: __ANDROID_APEX__ defined with no value
Jooyung Han
2019-10-29
1
-2
/
+1
*
Revert "Revert "Add __ANDROID_APEX_<NAME>__ for apex variants""
Jooyung Han
2019-10-19
1
-0
/
+8
*
Merge "Revert "Add __ANDROID_APEX_<NAME>__ for apex variants""
Treehugger Robot
2019-10-17
1
-8
/
+0
|
\
|
*
Revert "Add __ANDROID_APEX_<NAME>__ for apex variants"
Jooyung Han
2019-10-16
1
-8
/
+0
*
|
Merge "Revert "-D__ANDROID_NDK__ for SDK builds.""
Elliott Hughes
2019-10-16
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
Revert "-D__ANDROID_NDK__ for SDK builds."
Elliott Hughes
2019-10-11
1
-1
/
+0
*
|
Add __ANDROID_APEX_<NAME>__ for apex variants
Jooyung Han
2019-10-15
1
-0
/
+8
|
/
*
-D__ANDROID_NDK__ for SDK builds.
Steven Moreland
2019-08-07
1
-0
/
+1
*
Specify the API level via the triple instead of __ANDROID_API__.
Peter Collingbourne
2019-07-25
1
-18
/
+11
*
Renderscript: rename .rs extension to .rscript
Jeff Vander Stoep
2019-07-17
1
-1
/
+1
*
Fix sysprop_library build err when using filegroup
Inseob Kim
2019-06-10
1
-5
/
+0
*
Convert yacc to a single RuleBuilder rule
Dan Willemsen
2019-04-15
1
-4
/
+4
*
Add support for protoc plugins
Colin Cross
2019-04-02
1
-0
/
+1
*
Remove libbase dependency of sysprop_library
Inseob Kim
2019-03-27
1
-1
/
+2
*
Replace ctx.ExpandSources with android.PathsForModuleSrc
Colin Cross
2019-03-20
1
-1
/
+1
*
Annotate paths and deprecate ExtractSource(s)Deps
Colin Cross
2019-03-07
1
-9
/
+6
*
Replace *Escape with *EscapeList
Colin Cross
2019-03-04
1
-1
/
+1
*
Prepare for a type-safe OnceKey
Colin Cross
2019-02-06
1
-4
/
+4
*
Add __ANDROID_APEX__
Jiyong Park
2019-01-28
1
-0
/
+4
*
Add flag to disable source directory includes.
Dan Albert
2018-12-06
1
-2
/
+9
*
Stop mapping c++17 to c++1z.
Peter Collingbourne
2018-12-04
1
-3
/
+0
*
Remove legacy NDK code.
Dan Albert
2018-11-27
1
-8
/
+2
*
Apply rtti settings to linux_bionic
Dan Willemsen
2018-10-23
1
-1
/
+1
*
Add support for sysprop description files to c++
Inseob Kim
2018-10-10
1
-0
/
+9
*
Remove GCC checks
Dan Willemsen
2018-10-09
1
-47
/
+24
*
GccCppStdVersion should not be needed anymore
Pirama Arumuga Nainar
2018-09-25
1
-10
/
+0
*
Fix `go vet` issues
Dan Willemsen
2018-07-22
1
-1
/
+1
*
Recovery variants are built with -D__ANDROID_RECOVERY__
Jiyong Park
2018-06-09
1
-0
/
+4
*
Revert "Revert "Add external projects only CFlags option""
Yi Kong
2018-06-06
1
-0
/
+6
*
Revert "Add external projects only CFlags option"
Kevin Rocard
2018-06-05
1
-6
/
+0
*
Add external projects only CFlags option
Yi Kong
2018-06-05
1
-0
/
+6
*
fix: recovery.cflags now works
Jiyong Park
2018-05-25
1
-0
/
+6
*
Support recovery and recovery_available
Jiyong Park
2018-05-15
1
-0
/
+13
*
Fix the flaky build breakage for droiddoc target.
Nan Zhang
2018-03-28
1
-1
/
+1
*
Set __ANDROID_API__ for vendor modules to vndk version.
Justin Yun
2018-03-27
1
-1
/
+6
*
Add trace flag for cpp/Java AIDL generation.
Martijn Coenen
2018-03-26
1
-0
/
+7
*
Use armv7a-linux-androideabi for arm device triple.
Chih-Hung Hsieh
2018-03-19
1
-1
/
+1
*
Remove obsolete Brillo variable
Dan Willemsen
2018-03-10
1
-4
/
+0
*
Use the platform -std= for sdk_version.
Elliott Hughes
2018-02-20
1
-34
/
+31
*
Revert "Revert "Support filegroup in exclude_srcs""
Nan Zhang
2018-02-15
1
-0
/
+1
*
Revert "Support filegroup in exclude_srcs"
Tobias Thierer
2018-02-09
1
-1
/
+0
[next]