Merge "Make PRODUCT_CHARACTERISTICS a single-valued variable"

am: 87c470e127

Change-Id: Ifc10ee58b9d0301c9dea586d3f410a99a15f3f90
This commit is contained in:
Anton Hansson
2019-05-14 08:57:41 -07:00
committed by android-build-merger

View File

@@ -162,7 +162,9 @@ _product_list_vars += PRODUCT_PRODUCT_PROPERTIES
# used for adding properties to build.prop of product partition # used for adding properties to build.prop of product partition
_product_list_vars += PRODUCT_PRODUCT_SERVICES_PROPERTIES _product_list_vars += PRODUCT_PRODUCT_SERVICES_PROPERTIES
_product_list_vars += PRODUCT_ODM_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>]. # A list of words like <source path>:<destination path>[:<owner>].
# The file at the source path should be copied to the destination path # The file at the source path should be copied to the destination path