472afabf95
Fixes: 182330871 Test: go test config_variables_test.go Change-Id: I89240fb0f1900172cb4d62057c86907bb9a1f58f
12 lines
376 B
Text
12 lines
376 B
Text
_product_single_value_vars :=
|
|
|
|
# Variables that are lists of values.
|
|
_product_list_vars :=
|
|
|
|
_product_single_value_vars += PRODUCT_NAME
|
|
_product_single_value_vars += PRODUCT_MODEL
|
|
|
|
# The resoure configuration options to use for this product.
|
|
_product_list_vars += PRODUCT_LOCALES
|
|
_product_list_vars += PRODUCT_AAPT_CONFIG
|
|
_product_single_value_vars += PRODUCT_AAPT_PREF_CONFIG
|