summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Anton Hansson <hansson@google.com> 2019-05-14 08:57:41 -0700
committer android-build-merger <android-build-merger@google.com> 2019-05-14 08:57:41 -0700
commit01f7c9162b33e852150756b201e65dc3cf1177d9 (patch)
treeb2ceb63dcf7c5f56ebed284a527cf40adfa358e6
parentb67f0f099a8890a370f3c7ff70995614428d042a (diff)
parent87c470e127be8a0e37c522bb531b51ea65830fc5 (diff)
Merge "Make PRODUCT_CHARACTERISTICS a single-valued variable"
am: 87c470e127 Change-Id: Ifc10ee58b9d0301c9dea586d3f410a99a15f3f90
-rw-r--r--core/product.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/product.mk b/core/product.mk
index 1a566f7d7d..838673cd2e 100644
--- a/core/product.mk
+++ b/core/product.mk
@@ -162,7 +162,9 @@ _product_list_vars += PRODUCT_PRODUCT_PROPERTIES
# used for adding properties to build.prop of product partition
_product_list_vars += PRODUCT_PRODUCT_SERVICES_PROPERTIES
_product_list_vars += PRODUCT_ODM_PROPERTIES
-_product_list_vars += PRODUCT_CHARACTERISTICS
+
+# The characteristics of the product, which among other things is passed to aapt
+_product_single_value_vars += PRODUCT_CHARACTERISTICS
# A list of words like <source path>:<destination path>[:<owner>].
# The file at the source path should be copied to the destination path