aboutsummaryrefslogtreecommitdiffstats
path: root/cc/binary.go
Commit message (Expand)AuthorAgeFilesLines
* Refine logic choosing vendor snapshot modulesInseob Kim2020-06-021-0/+4
* Add support for cc_binary in module_exportsPaul Duffin2020-02-181-0/+5
* Add ramdisk image.Yifan Hong2020-01-221-2/+2
* Dedup cc binary build components registrationPaul Duffin2020-01-161-2/+6
* Split local and global cflagsColin Cross2019-11-071-12/+12
* Stop linking libdl.a into static binsRyan Prichard2019-10-241-1/+1
* Remove old-style support for translated second architecturesColin Cross2019-09-191-1/+1
* Treat libclang_rt.hwasan-* the same way as the other Bionic bootstrap libs.Martin Stjernholm2019-09-111-1/+1
* Support boringssl hash injection on binaries and make it transitiveColin Cross2019-09-051-0/+5
* Build native coverage variant of APEXes when neededJiyong Park2019-08-131-0/+4
* Use ctx.Target().NativeBridge to detect if the arch is translated or notJiyong Park2019-07-101-1/+2
* Merge "Package coverage files as a zip."Treehugger Robot2019-06-121-1/+1
|\
| * Package coverage files as a zip.Oliver Nguyen2019-06-111-1/+1
* | Merge "Have `symlink_preferred_arch: true` honor the `stem` property."Roland Levillain2019-06-111-5/+9
|\ \
| * | Have `symlink_preferred_arch: true` honor the `stem` property.Roland Levillain2019-06-101-5/+9
| |/
* / Revert "Revert "Revert "Revert "Enable lld for windows""""Josh Gao2019-06-101-1/+1
|/
* Revert "Revert "Revert "Enable lld for windows"""Josh Gao2019-06-071-1/+1
* Allow arch-specific `symlink_preferred_arch` properties.Roland Levillain2019-06-051-1/+1
* Omit .gnu_debuglink sections in object filesRyan Prichard2019-05-311-2/+2
* Teach soong not to duplicate the HWASAN runtime into each APEX.Peter Collingbourne2019-05-171-2/+2
* Revert "Revert "Enable lld for windows""Pirama Arumuga Nainar2019-04-161-1/+1
* Revert "Enable lld for windows"Josh Gao2019-04-031-1/+1
* Include libprofile-extras to all coverage variantsPirama Arumuga Nainar2019-03-291-0/+4
* Soong: Add synopsis to several modules under cc package.Patrice Arruda2019-03-251-2/+2
* Enable lld for windowsPirama Arumuga Nainar2019-03-201-1/+1
* Install symlink to the runtime APEX only for deviceJiyong Park2019-03-161-1/+3
* Create symlink for bionic filesJiyong Park2019-03-151-1/+27
* Use llvm-{strip,objcopy} by defaultYi Kong2019-02-041-3/+3
* Add unstrippedOutputFilePath to the linker interfaceJiyong Park2019-02-011-0/+4
* "bootstrap: true" modules are using bootstrap BionicJiyong Park2019-01-311-1/+5
* Add support for symlink_preferred_arch in apexAlex Light2019-01-291-5/+11
* Make sure that ASAN runtime lib is the first DT_NEEDED oneJiyong Park2019-01-251-1/+3
* Support building for Fuchsia.Doug Horn2019-01-241-1/+1
* Fix: static dependency across an APEX is lostJiyong Park2018-12-211-2/+2
* Ignore shared libs for static executables.Jaewoong Jung2018-12-181-5/+9
* Add dist support to SoongDan Willemsen2018-11-191-4/+20
* Rework how linux_bionic is built with LLDDan Willemsen2018-10-221-9/+56
* Remove GCC checksDan Willemsen2018-10-091-2/+1
* Don't pass -pie for Windows binariesColin Cross2018-09-141-1/+1
* Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modulesColin Cross2018-09-101-0/+5
* Revert "Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules"Colin Cross2018-09-101-5/+0
* Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modulesColin Cross2018-09-101-0/+5
* Dedup version-script handling code.Dan Albert2018-08-081-16/+1
* Remove unsupported/unused No_pie propertyPirama Arumuga Nainar2018-06-291-3/+0
* Do not set entry-point for WindowsPirama Arumuga Nainar2018-06-271-3/+0
* Recovery partition has same layout as systemJiyong Park2018-06-091-5/+0
* Use llvm-{objcopy,strip} when clang lld is used.Chih-Hung Hsieh2018-06-071-0/+4
* Support recovery and recovery_availableJiyong Park2018-05-151-0/+5
* Use Config/DeviceConfig functions to access ProductVariablesDan Willemsen2018-04-111-1/+1
* Add overrides to cc_binaryYifan Hong2018-04-031-0/+7