forked from openkylin/platform_build
Merge "fix a typo for single PRODUCT_PRODUCT_VNDK_VERSION"
This commit is contained in:
commit
cd2430855d
|
@ -323,7 +323,7 @@ _product_list_vars += PRODUCT_EXTRA_VNDK_VERSIONS
|
|||
|
||||
# VNDK version of product partition. It can be 'current' if the product
|
||||
# partitions uses PLATFORM_VNDK_VERSION.
|
||||
_product_single_value_var += PRODUCT_PRODUCT_VNDK_VERSION
|
||||
_product_single_value_vars += PRODUCT_PRODUCT_VNDK_VERSION
|
||||
|
||||
# Whether the list of allowed of actionable compatible properties should be disabled or not
|
||||
_product_single_value_vars += PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE
|
||||
|
|
Loading…
Reference in New Issue