aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc.go
Commit message (Expand)AuthorAgeFilesLines
* Check ABI stability of all NDK libsLogan Chien2018-08-311-0/+3
* Skip DepsMutator on disabled modulesColin Cross2018-08-301-4/+0
* Enforce dependencies have right architectureColin Cross2018-08-301-3/+3
* link type of recovery variant of a vendor module should not be native:vendorJiyong Park2018-08-281-0/+1
* Add "hwaddress" sanitizer.Evgenii Stepanov2018-08-161-0/+3
* Remove `clang: false` supportDan Willemsen2018-07-231-7/+8
* Fix `go vet` issuesDan Willemsen2018-07-221-14/+27
* Cleanup createVndkSourceAbiDump()Logan Chien2018-07-101-10/+23
* Fix: recovery module is disabled on 32-bit targetsJiyong Park2018-07-081-16/+6
* Use WalkDeps instead of VisitDepsDepthFirstColin Cross2018-06-221-1/+1
* Recovery partition uses the first architecture onlyJiyong Park2018-06-191-0/+26
* Fix VNDK-Ext ABI check regressionLogan Chien2018-06-131-1/+1
* Remove references to SourceDepTag in module typesColin Cross2018-06-061-4/+0
* Handle pack_relocations in linker.ccChih-Hung Hsieh2018-05-291-0/+1
* Add recovery_available to cc_genruleJiyong Park2018-05-241-5/+24
* Support recovery and recovery_availableJiyong Park2018-05-151-20/+87
* Remove the unused `tags` propertyDan Willemsen2018-05-151-7/+1
* Allow abi diffs sanitized variants of vndk libraries on production devices.Jayant Chowdhary2018-05-101-3/+3
* Introduce runtime_libs to cc_binary and cc_libraryLogan Chien2018-04-251-12/+24
* Revert "Support coverage instrumentation for Linux host"Pirama Arumuga Nainar2018-04-231-7/+7
* Support coverage instrumentation for Linux hostPirama Arumuga Nainar2018-04-231-7/+7
* Add double_loadable property and checks for itJiyong Park2018-04-181-0/+38
* Setting SKIP_ABI_CHECKS=true will make soong skip native abi checks.Jayant Chowdhary2018-04-171-1/+2
* Remove early-return statements of link-type checkInseob Kim2018-04-111-8/+2
* Fix misleading error messagesInseob Kim2018-04-111-2/+2
* Check compatibility between STLs correctlyInseob Kim2018-04-111-24/+25
* Use proptools.BoolDefaultColin Cross2018-04-101-0/+1
* Support integer_overflow static lib diagnostics.Ivan Lozano2018-04-021-1/+1
* Allow platform modules to link to vendor public librariesJiyong Park2018-03-301-0/+14
* Use Soong modules for the NDK's extra STL librariesRyan Prichard2018-03-291-4/+0
* Fix omission of llndk libraries during abi dump creation.Jayant Chowdhary2018-03-271-1/+1
* Remove an extraneous space character.Ryan Prichard2018-03-271-1/+1
* Set __ANDROID_API__ for vendor modules to vndk version.Justin Yun2018-03-271-3/+10
* Allow proto properties in cc/java_defaultsDan Willemsen2018-03-081-0/+1
* Add minimal-runtime support for integer overflows.Ivan Lozano2018-03-071-0/+2
* No abi diffing for vndk libraries which are not vendor available.Jayant Chowdhary2018-03-061-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