aboutsummaryrefslogtreecommitdiffstats
path: root/cc/object.go
Commit message (Expand)AuthorAgeFilesLines
* Implement cc_object vendor snapshotInseob Kim2020-06-021-0/+4
* Add SDK member support for cc_object.Martin Stjernholm2020-05-061-0/+11
* Add cc_prebuilt_object.Martin Stjernholm2020-05-061-3/+8
* Split local and global cflagsColin Cross2019-11-071-2/+2
* Handle partial link of a single object with a linker script.Pete Bentley2019-10-181-1/+1
* Allow sanitize attribute on cc_objects and propagate sanitize attributes into...Peter Collingbourne2019-09-261-1/+2
* Fix missing deps found through RBEDan Willemsen2019-09-191-1/+1
* Merge changes I75b4a761,I779f28c6,If1422372,I26307dd1Treehugger Robot2019-08-231-1/+19
|\
| * Allow linker scripts when building objects.Pete Bentley2019-08-221-1/+19
* | Build native coverage variant of APEXes when neededJiyong Park2019-08-131-0/+4
|/
* Add header_libs to cc_objectPaul Duffin2019-07-181-0/+1
* Include libprofile-extras to all coverage variantsPirama Arumuga Nainar2019-03-291-0/+4
* Soong: Add synopsis to cc_object module.Patrice Arruda2019-03-261-0/+3
* Add unstrippedOutputFilePath to the linker interfaceJiyong Park2019-02-011-0/+4
* Enable safe ICF with LLD.Peter Collingbourne2018-10-251-0/+4
* Remove GCC checksDan Willemsen2018-10-091-5/+1
* Export cc module types and mutators needed for JNI testingColin Cross2018-10-081-2/+2
* Allow cc_object modules to use STLColin Cross2018-09-271-0/+1
* Dedup version-script handling code.Dan Albert2018-08-081-1/+1
* Change bool, and string properties to *bool, and *string for ccNan Zhang2017-11-071-4/+4
* Remove no_default_compiler_flags propertyColin Cross2017-11-031-1/+1
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-1/+1
* Revert "Some clarifications in preparation to automatically order linker depe...Jeff Gaston2017-10-041-1/+1
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-031-1/+1
* Add prefix_symbols support to cc_objectDan Willemsen2017-09-201-1/+18
* Allow cc_object to use libc headers under the VNDKDan Willemsen2017-09-181-0/+5
* Refactor factoriesColin Cross2017-06-301-3/+1
* Pass DepsContext to dependency methodsColin Cross2016-12-131-1/+1
* Allow Host cc_object and cc_toolchain_libraryDan Willemsen2016-11-171-1/+1
* Start using "struct Objects" to store object PathsDan Willemsen2016-10-311-5/+5
* Move registration into android packageandroid-n-mr1-preview-2android-n-mr1-preview-1Colin Cross2016-10-121-2/+1
* Refactor cc modules to use decorators instead of inheritanceColin Cross2016-08-051-6/+5
* Rename compiler, linker and installer methods to be uniqueColin Cross2016-08-011-4/+4
* Separate cc.goColin Cross2016-07-291-0/+90