platform_build_soong/common
Colin Cross 2738597af0 Fix product variables with no soong.variables
If soong.variables didn't exist, loadFromConfigFile would write default
values to soong.variables, but return with the product variables set to
the zero values.  Replace jsonConfigurable.DefaultConfig() with
SetDefaultConfig() that modifies the current object, and call it before
writing the values.

Change-Id: I7b7404c7a51975dc4493e25c775b3cf56ef335e3
2015-09-18 10:59:41 -07:00
..
arch.go Set host and device arches from product variables 2015-09-17 15:21:42 -07:00
config.go Fix product variables with no soong.variables 2015-09-18 10:59:41 -07:00
defs.go Update to new blueprint api for bootstrap.BinDir 2015-08-24 15:40:44 -07:00
env.go Use SRCDIR as a working directory 2015-09-17 23:42:25 -07:00
extend.go Support product variables 2015-08-24 16:20:08 -07:00
glob.go Update to new blueprint api for bootstrap.BinDir 2015-08-24 15:40:44 -07:00
module.go Support product variables 2015-08-24 16:20:08 -07:00
paths.go Fix java resource glob file list location 2015-08-24 16:19:43 -07:00
util.go Add per-directory build targets 2015-06-17 10:18:35 -07:00
variable.go Fix product variables with no soong.variables 2015-09-18 10:59:41 -07:00