aboutsummaryrefslogtreecommitdiffstats
path: root/cc/binary.go
Commit message (Expand)AuthorAgeFilesLines
* Use Config/DeviceConfig functions to access ProductVariablesDan Willemsen2018-04-171-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
* Add support for toc optimization in soongColin Cross2016-09-301-0/+3
* Expose HostToolPath on the cc module to fix genrule.toolDan Willemsen2016-09-281-6/+10
* Fix binaries and symlinks for prefer32Colin Cross2016-09-131-5/+1
* Allow CustomizeProperties to override linkerColin Cross2016-09-071-3/+9
* Remove HostPrefer32BitExecutablesColin Cross2016-09-021-6/+4
* Add support for preferred arch symlinksColin Cross2016-08-251-2/+23
* Refactor cc modules to use decorators instead of inheritanceColin Cross2016-08-051-46/+39
* Rename compiler, linker and installer methods to be uniqueColin Cross2016-08-011-8/+8
* Separate cc.goColin Cross2016-07-291-0/+282