From 6e44e3d1e483f1789ea270062f7fd6a65eac9132 Mon Sep 17 00:00:00 2001 From: GeQi Date: Fri, 4 Sep 2020 13:44:09 +0800 Subject: [PATCH] fix a typo for single PRODUCT_PRODUCT_VNDK_VERSION Bug: 144534640 Test: build Signed-off-by: GeQi Change-Id: I5bf47abd70e84e89930846c25b2592dac1100082 --- core/product.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/product.mk b/core/product.mk index 324010c70..624501ea8 100644 --- a/core/product.mk +++ b/core/product.mk @@ -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