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
/
cc.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check ABI stability of all NDK libs
Logan Chien
2018-08-31
1
-0
/
+3
*
Skip DepsMutator on disabled modules
Colin Cross
2018-08-30
1
-4
/
+0
*
Enforce dependencies have right architecture
Colin Cross
2018-08-30
1
-3
/
+3
*
link type of recovery variant of a vendor module should not be native:vendor
Jiyong Park
2018-08-28
1
-0
/
+1
*
Add "hwaddress" sanitizer.
Evgenii Stepanov
2018-08-16
1
-0
/
+3
*
Remove `clang: false` support
Dan Willemsen
2018-07-23
1
-7
/
+8
*
Fix `go vet` issues
Dan Willemsen
2018-07-22
1
-14
/
+27
*
Cleanup createVndkSourceAbiDump()
Logan Chien
2018-07-10
1
-10
/
+23
*
Fix: recovery module is disabled on 32-bit targets
Jiyong Park
2018-07-08
1
-16
/
+6
*
Use WalkDeps instead of VisitDepsDepthFirst
Colin Cross
2018-06-22
1
-1
/
+1
*
Recovery partition uses the first architecture only
Jiyong Park
2018-06-19
1
-0
/
+26
*
Fix VNDK-Ext ABI check regression
Logan Chien
2018-06-13
1
-1
/
+1
*
Remove references to SourceDepTag in module types
Colin Cross
2018-06-06
1
-4
/
+0
*
Handle pack_relocations in linker.cc
Chih-Hung Hsieh
2018-05-29
1
-0
/
+1
*
Add recovery_available to cc_genrule
Jiyong Park
2018-05-24
1
-5
/
+24
*
Support recovery and recovery_available
Jiyong Park
2018-05-15
1
-20
/
+87
*
Remove the unused `tags` property
Dan Willemsen
2018-05-15
1
-7
/
+1
*
Allow abi diffs sanitized variants of vndk libraries on production devices.
Jayant Chowdhary
2018-05-10
1
-3
/
+3
*
Introduce runtime_libs to cc_binary and cc_library
Logan Chien
2018-04-25
1
-12
/
+24
*
Revert "Support coverage instrumentation for Linux host"
Pirama Arumuga Nainar
2018-04-23
1
-7
/
+7
*
Support coverage instrumentation for Linux host
Pirama Arumuga Nainar
2018-04-23
1
-7
/
+7
*
Add double_loadable property and checks for it
Jiyong Park
2018-04-18
1
-0
/
+38
*
Setting SKIP_ABI_CHECKS=true will make soong skip native abi checks.
Jayant Chowdhary
2018-04-17
1
-1
/
+2
*
Remove early-return statements of link-type check
Inseob Kim
2018-04-11
1
-8
/
+2
*
Fix misleading error messages
Inseob Kim
2018-04-11
1
-2
/
+2
*
Check compatibility between STLs correctly
Inseob Kim
2018-04-11
1
-24
/
+25
*
Use proptools.BoolDefault
Colin Cross
2018-04-10
1
-0
/
+1
*
Support integer_overflow static lib diagnostics.
Ivan Lozano
2018-04-02
1
-1
/
+1
*
Allow platform modules to link to vendor public libraries
Jiyong Park
2018-03-30
1
-0
/
+14
*
Use Soong modules for the NDK's extra STL libraries
Ryan Prichard
2018-03-29
1
-4
/
+0
*
Fix omission of llndk libraries during abi dump creation.
Jayant Chowdhary
2018-03-27
1
-1
/
+1
*
Remove an extraneous space character.
Ryan Prichard
2018-03-27
1
-1
/
+1
*
Set __ANDROID_API__ for vendor modules to vndk version.
Justin Yun
2018-03-27
1
-3
/
+10
*
Allow proto properties in cc/java_defaults
Dan Willemsen
2018-03-08
1
-0
/
+1
*
Add minimal-runtime support for integer overflows.
Ivan Lozano
2018-03-07
1
-0
/
+2
*
No abi diffing for vndk libraries which are not vendor available.
Jayant Chowdhary
2018-03-06
1
-1
/
+2
*
Disable abi diffs for sanitized variants of modules.
Jayant Chowdhary
2018-03-02
1
-1
/
+6
*
Add proto.canonical_path_from_root
Dan Willemsen
2018-02-22
1
-0
/
+1
*
Only depend on a single file for generated headers
Dan Willemsen
2018-02-22
1
-2
/
+2
*
Disable inlining and loop unrolling in LTO without PGO profile
Yi Kong
2018-02-14
1
-0
/
+12
*
Fix llvm-ar error caused by using lto and sanitizer together
Zhizhou Yang
2018-02-14
1
-0
/
+1
*
Skip installing the VNDK prebuilt if arch does not match
Justin Yun
2018-01-24
1
-6
/
+1
*
Support VNDK extensions
Logan Chien
2018-01-23
1
-25
/
+93
*
Include VNDK snapshot modules only if the arch matches
Justin Yun
2018-01-19
1
-1
/
+6
*
Remove unnecessary DeviceUsesClang.
Stephen Hines
2018-01-11
1
-7
/
+1
*
Add [soc|device|product]_specific
Jiyong Park
2017-12-21
1
-7
/
+8
*
Add basic NDK STL link type check.
Dan Albert
2017-12-15
1
-0
/
+21
*
When compiling with the lite protobuf option, pass the option to aprotoc to f...
Joe Onorato
2017-12-15
1
-0
/
+1
*
Fix: duplicated definition of llndk_headers module
Jiyong Park
2017-12-14
1
-1
/
+3
*
Split logtags implementations for cc and java
Colin Cross
2017-12-07
1
-0
/
+4
[next]