aboutsummaryrefslogtreecommitdiffstats
path: root/cc/cc.go
Commit message (Expand)AuthorAgeFilesLines
* Build System: Collect native dependent information from cc.go.bralee2019-03-041-0/+4
* Fix: sysprop module can't be used with whole_static_libsJiyong Park2019-02-261-4/+10
* Extend coverage mutator to allow variants with coverage on and offPirama Arumuga Nainar2019-02-141-2/+19
* Create sysprop_library soong moduleInseob Kim2019-02-131-2/+16
* Static variant of a stubs lib is correctly trackedJiyong Park2019-02-081-0/+8
* Return early after NDK->non-NDK library link errorDan Willemsen2019-02-061-0/+1
* APEX respects relative_install_pathJiyong Park2019-02-051-0/+8
* Remove empty DepsMutator methodsColin Cross2019-02-011-3/+0
* Add unstrippedOutputFilePath to the linker interfaceJiyong Park2019-02-011-4/+3
* "bootstrap: true" modules are using bootstrap BionicJiyong Park2019-01-311-1/+10
* Fix: deps to sanitizer runtime libs are with correct 'image' variantJiyong Park2019-01-311-7/+11
* Reland "Symbols for libs in APEXes are available"Jiyong Park2019-01-301-0/+9
* Add support for symlink_preferred_arch in apexAlex Light2019-01-291-0/+9
* stubs lib can export headers libJiyong Park2019-01-291-3/+22
* Add __ANDROID_APEX__Jiyong Park2019-01-281-4/+3
* Make sure that ASAN runtime lib is the first DT_NEEDED oneJiyong Park2019-01-251-3/+9
* Support building for Fuchsia.Doug Horn2019-01-241-1/+6
* Fix shared_libs for cc/prebuilt.goLogan Chien2019-01-231-0/+5
* Add sdk version workaround for libclang_rtLogan Chien2019-01-211-0/+7
* Add apex stub lib to LOCAL_SHARED_LIBRARIESLogan Chien2019-01-191-4/+1
* Do not check the ABI stability of LL-NDK-PrivateLogan Chien2019-01-171-4/+43
* Return false in DirectlyInAnyApex for host libraries.Nicolas Geoffray2019-01-161-2/+3
* APEXes can be sanitizedJiyong Park2019-01-131-7/+14
* Revert "Symbols for libs in APEXes are available"Michael Butler2019-01-111-9/+0
* Symbols for libs in APEXes are availableJiyong Park2019-01-111-0/+9
* Rename non-stubs variant of a lib if it is included in APEXJiyong Park2019-01-101-2/+28
* Do not build lsdump for APEX variantsLogan Chien2019-01-041-0/+4
* Fix: static dependency across an APEX is lostJiyong Park2018-12-211-1/+6
* Add use_vendor to APEX moduleJiyong Park2018-12-201-3/+3
* Stubs libs are available for hostJiyong Park2018-12-131-1/+1
* Don't create unnecessary APEX variationsJiyong Park2018-12-131-7/+4
* Stubs dependency is not installedJiyong Park2018-12-131-6/+23
* Stubs variant is used when building for APEXJiyong Park2018-12-041-16/+96
* VNDK lib must not have `product_specific: true`Justin Yun2018-12-041-0/+6
* Disable AArch64 XOM when not using lld.Ivan Lozano2018-11-281-0/+6
* Update error message for double loadable libraries.Steven Moreland2018-11-261-1/+2
* Add support for AArch64 XOM binaries.Ivan Lozano2018-11-211-0/+9
* Add an "scs" flag for enabling shadow call stack on targets.Peter Collingbourne2018-11-191-0/+3
* Add nanopb-c supportDan Willemsen2018-11-171-3/+8
* Revert "Revert "Revert "Revert "Export static libraries.""""Jaewoong Jung2018-11-161-4/+12
* Shard arch property structsColin Cross2018-11-121-1/+0
* Revert "Revert "Revert "Export static libraries."""Jaewoong Jung2018-11-091-12/+4
* Revert "Revert "Export static libraries.""Jaewoong Jung2018-11-091-4/+12
* Stop passing the gold plugin path to llvm-ar.Peter Collingbourne2018-11-081-1/+0
* Revert "Export static libraries."Jaewoong Jung2018-11-061-12/+4
* Export static libraries.Jaewoong Jung2018-11-051-4/+12
* Revert "Export static libraries."Jaewoong Jung2018-11-021-12/+4
* Export static libraries.Jaewoong Jung2018-11-011-4/+12
* Add support for versioned stubs.Jiyong Park2018-10-301-19/+69
* Rework how linux_bionic is built with LLDDan Willemsen2018-10-221-8/+22