aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc.go
Commit message (Expand)AuthorAgeFilesLines
* Fix VNDK-Ext ABI check regressionLogan Chien2018-06-181-1/+1
* Allow abi diffs sanitized variants of vndk libraries on production devices.Jayant Chowdhary2018-05-141-3/+3
* Setting SKIP_ABI_CHECKS=true will make soong skip native abi checks.Jayant Chowdhary2018-04-171-1/+2
* Allow platform modules to link to vendor public librariesJiyong Park2018-03-301-0/+14
* Set __ANDROID_API__ for vendor modules to vndk version.Justin Yun2018-03-281-3/+10
* Fix omission of llndk libraries during abi dump creation.Jayant Chowdhary2018-03-281-1/+1
* Allow proto properties in cc/java_defaultsDan Willemsen2018-03-221-0/+1
* Add minimal-runtime support for integer overflows.Ivan Lozano2018-03-211-0/+2
* No abi diffing for vndk libraries which are not vendor available.Jayant Chowdhary2018-03-071-1/+2
* Disable abi diffs for sanitized variants of modules.Jayant Chowdhary2018-03-021-1/+6
* Add proto.canonical_path_from_rootDan Willemsen2018-02-221-0/+1
* Only depend on a single file for generated headersDan Willemsen2018-02-221-2/+2
* Disable inlining and loop unrolling in LTO without PGO profileYi Kong2018-02-141-0/+12
* Fix llvm-ar error caused by using lto and sanitizer togetherZhizhou Yang2018-02-141-0/+1
* Skip installing the VNDK prebuilt if arch does not matchJustin Yun2018-01-241-6/+1
* Support VNDK extensionsLogan Chien2018-01-231-25/+93
* Include VNDK snapshot modules only if the arch matchesJustin Yun2018-01-191-1/+6
* Remove unnecessary DeviceUsesClang.Stephen Hines2018-01-111-7/+1
* Add [soc|device|product]_specificJiyong Park2017-12-211-7/+8
* Add basic NDK STL link type check.Dan Albert2017-12-151-0/+21
* When compiling with the lite protobuf option, pass the option to aprotoc to f...Joe Onorato2017-12-151-0/+1
* Fix: duplicated definition of llndk_headers moduleJiyong Park2017-12-141-1/+3
* Split logtags implementations for cc and javaColin Cross2017-12-071-0/+4
* Install VNDK snapshot libraries for system buildJustin Yun2017-12-051-2/+8
* Replace ModuleContext.AConfig() with Config()Colin Cross2017-11-301-3/+3
* Have Soong cc static linker dep order account for shared deps tooJeff Gaston2017-11-271-21/+36
* Fix using aidl files from filegroupsColin Cross2017-11-171-6/+7
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-15/+18
* Remove no_default_compiler_flags propertyColin Cross2017-11-031-9/+0
* Revert "Revert "Build system changes for CFI (Soong)""Vishwath Mohan2017-11-011-6/+13
* Revert "Build system changes for CFI (Soong)"Orion Hodson2017-10-311-13/+6
* Build system changes for CFI (Soong)Vishwath Mohan2017-10-301-6/+13
* LLNDK can re-export headersJiyong Park2017-10-251-0/+3
* Convert Visit*Deps from blueprint.Module to android.ModuleColin Cross2017-10-241-18/+3
* Move first/last unique elements utility functions to android packageColin Cross2017-10-241-62/+10
* Automatically reorder C/C++ link dependencies in SoongJeff Gaston2017-10-181-1/+74
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-164/+167
* Squash vendor sources before linkageMutator runsJiyong Park2017-10-131-3/+17
* vendor_available:false hides a lib from vendorsJiyong Park2017-10-101-10/+21
* Explicitly link the profile runtime during PGOPirama Arumuga Nainar2017-10-041-0/+6
* Revert "Some clarifications in preparation to automatically order linker depe...Jeff Gaston2017-10-041-160/+157
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-031-157/+160
* Add PGO support to soongPirama Arumuga Nainar2017-09-211-1/+14
* Extract the linker and embed it into host bionic binariesDan Willemsen2017-09-201-0/+17
* Add prefix_symbols support to cc_objectDan Willemsen2017-09-201-0/+3
* Add cc_genruleDan Willemsen2017-09-181-13/+38
* Use dependency tags for genrulesDan Willemsen2017-09-141-0/+1
* Dump abi for vendor variants of VNDK libraries.Jayant Chowdhary2017-09-111-1/+1
* <Hermetic> Replace Soong Python bootstrap process with embeddedNan Zhang2017-09-051-0/+4
* Remove more duplicated flags and dependenciesDan Willemsen2017-08-291-0/+7