aboutsummaryrefslogtreecommitdiffstats
path: root/cc/object.go
Commit message (Expand)AuthorAgeFilesLines
* 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