aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow apis from exported shared library headers as well, while dumping abi.Jayant Chowdhary2017-08-241-5/+3
* Expose the minimum supported SDK version to make.Dan Albert2017-08-171-1/+1
* Add LTO support to soongStephen Crane2017-08-151-0/+18
* List of VNDK-related libs are exported to makeJiyong Park2017-08-101-3/+4
* .vendor suffix is added only for libs having core/vendor variantsJiyong Park2017-07-271-3/+20
* Allow 'vndk' tag in cc_defaultsJustin Yun2017-07-261-0/+1
* Don't pass same argument twice for defaults modules initializationColin Cross2017-07-191-4/+4
* Install VNDK libs in /system instead of /vendorJustin Yun2017-07-181-5/+54
* fix: a vendor variant of a lib doesn't re-export llndk headersJiyong Park2017-07-051-0/+1
* Refactor factoriesColin Cross2017-06-301-16/+21
* Black-list for clang LibTooling Cflags.Jayant Chowdhary2017-06-191-19/+21
* Optimizations to abi checking.Jayant Chowdhary2017-05-251-2/+10
* Dedup exported flags from dependenciesColin Cross2017-05-171-0/+20
* Work-around for crt objects with sdk: currentJayant Chowdhary2017-05-091-0/+7
* Support .rs and .fs files in cc_* module srcs listsColin Cross2017-05-051-0/+1
* Export proto deps from reused libraries tooColin Cross2017-05-031-1/+2