aboutsummaryrefslogtreecommitdiffstats
path: root/cc/binary.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* add a library to report build numbers without causing rebuildsColin Cross2018-03-021-0/+6
* Support filegroups for version_script and related propertiesColin Cross2018-02-061-1/+4
* Replace ModuleContext.AConfig() with Config()Colin Cross2017-11-301-2/+2
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-15/+13
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-1/+1
* Add PGO support to soongPirama Arumuga Nainar2017-09-211-0/+1
* Extract the linker and embed it into host bionic binariesDan Willemsen2017-09-201-11/+10
* Support version_script for cc_binariesdimitry2017-08-291-1/+14
* Refactor factoriesColin Cross2017-06-301-3/+2
* Work-around for crt objects with sdk: currentJayant Chowdhary2017-05-091-1/+1
* Make PIC/PIE levels compatible for LTO (Soong).Vishwath Mohan2017-04-171-1/+1
* Split /system and /vendor modules, allow multi-installationDan Willemsen2017-04-111-1/+1
* Add ctx.Windows()Colin Cross2017-04-041-2/+2
* Add LinuxBionic toolchain and switchDan Willemsen2017-03-151-1/+18
* Native Coverage support in Soong (gcov)Dan Willemsen2017-02-141-0/+7
* Allow clang builds to disable -pieColin Cross2017-01-301-3/+8
* Don't force libraries upon static executables.Dan Albert2017-01-261-1/+1
* Pass DepsContext to dependency methodsColin Cross2016-12-131-1/+1
* Use toolchain to get binary extension for symlinksColin Cross2016-12-081-1/+1
* Install symlinks with same suffix and extension as installed fileColin Cross2016-12-071-10/+25
* Add basic VNDK support in SoongDan Willemsen2016-11-281-1/+1
* Add Toolchain.Bionic()Dan Willemsen2016-11-171-3/+3
* Support `sdk_version: "current"` for the NDK.Dan Albert2016-11-101-4/+13
* Add clang-tidy supportDan Willemsen2016-10-311-0/+1
* Start using "struct Objects" to store object PathsDan Willemsen2016-10-311-2/+2
* Initial prebuilt supportColin Cross2016-10-131-2/+2
* Move registration into android packageandroid-n-mr1-preview-2android-n-mr1-preview-1Colin Cross2016-10-121-3/+2