Sasha Smundak | 472afab | 2021-03-10 01:13:14 -0800 | [diff] [blame] | 1 | _product_single_value_vars := |
2 | |||||
3 | # Variables that are lists of values. | ||||
4 | _product_list_vars := | ||||
5 | |||||
6 | _product_single_value_vars += PRODUCT_NAME | ||||
7 | _product_single_value_vars += PRODUCT_MODEL | ||||
8 | |||||
9 | # The resoure configuration options to use for this product. | ||||
10 | _product_list_vars += PRODUCT_LOCALES | ||||
11 | _product_list_vars += PRODUCT_AAPT_CONFIG | ||||
12 | _product_single_value_vars += PRODUCT_AAPT_PREF_CONFIG |