8e15f69709
In make, all product variables are assigned to an empty string before including the product config makefiles. In starlark, we don't do that just so the memory usage is smaller. This means that in make, using ?= to assign a product config variable has no effect. Replicate this behavior in starlark by not emitting any code for ?= assignments of product variables. Fixes: 304324003 Test: go test Change-Id: Id31531506ac9e372a1bea92ce9ae8e17ae0ca70c |
||
---|---|---|
.. | ||
mk2rbc | ||
test | ||
Android.bp | ||
android_products.go | ||
android_products_test.go | ||
config_variables.go | ||
config_variables_test.go | ||
expr.go | ||
find_mockfs.go | ||
mk2rbc.go | ||
mk2rbc_test.go | ||
node.go | ||
soong_variables.go | ||
soong_variables_test.go | ||
TODO | ||
types.go | ||
variable.go |