aboutsummaryrefslogtreecommitdiffstats
path: root/common/config.go
Commit message (Expand)AuthorAgeFilesLines
* Split Allow_missing_dependencies from Unbundled_buildDan Willemsen2016-03-161-1/+1
* DeviceUsesClang should default to trueDan Willemsen2016-03-011-1/+1
* Fix USE_SOONG[_FOR_KATI]Dan Willemsen2016-01-141-1/+1
* Add Mega_device configuration optionDan Willemsen2016-01-131-0/+12
* Delay dependency errors to ninja time for unbundled buildsColin Cross2015-12-181-0/+8
* Only change behavior when actually embedded in makeDan Willemsen2015-12-151-0/+11
* Use `Path` instead of string for file pathsDan Willemsen2015-12-091-50/+23
* Hybrid soong/mk build using prebuiltsDan Willemsen2015-12-011-1/+18
* Add DeviceUsesClang to change clang defaultDan Willemsen2015-10-201-0/+7
* Add ProductVariables.DeviceName, set defaults to flounderDan Willemsen2015-09-231-1/+1
* Fix product variables with no soong.variablesColin Cross2015-09-181-5/+5
* Use SRCDIR as a working directoryDan Willemsen2015-09-171-11/+23
* Freeze environment reading after saving depsDan Willemsen2015-09-151-2/+9
* Read product variables from soong.variablesColin Cross2015-09-141-25/+32
* Add support for building android appsColin Cross2015-04-201-1/+37
* Fix race condition in config.GetenvColin Cross2015-04-151-0/+5
* Remove Config interfaceColin Cross2015-04-101-19/+12
* Move config into common and provide helperColin Cross2015-04-081-0/+221