Config variables reader

Fixes: 182330871
Test: go test config_variables_test.go
Change-Id: I89240fb0f1900172cb4d62057c86907bb9a1f58f
This commit is contained in:
Sasha Smundak
2021-03-10 01:13:14 -08:00
parent bb360c32b6
commit 472afabf95
4 changed files with 194 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
_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