Merge "Add PRODUCT_EXTRA_VNDK_VERSIONS product variables"

am: 765e433d24

Change-Id: I113ad50950c186068e8c6c143b45a87c16346231
This commit is contained in:
Isaac Chen
2019-05-09 01:36:04 -07:00
committed by android-build-merger

View File

@@ -302,6 +302,9 @@ _product_single_value_vars += PRODUCT_DISABLE_SCUDO
# A flag to override PRODUCT_COMPATIBLE_PROPERTY # A flag to override PRODUCT_COMPATIBLE_PROPERTY
_product_single_value_vars += PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE _product_single_value_vars += PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE
# List of extra VNDK versions to be included
_product_list_vars += PRODUCT_EXTRA_VNDK_VERSIONS
# Whether the whitelist of actionable compatible properties should be disabled or not # Whether the whitelist of actionable compatible properties should be disabled or not
_product_single_value_vars += PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE _product_single_value_vars += PRODUCT_ACTIONABLE_COMPATIBLE_PROPERTY_DISABLE