From c25cedb10c8bfdbf12925b670c64f79716e03735 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sat, 11 Dec 2021 06:29:13 +0530 Subject: [PATCH] universal7885: Unset BOARD_VNDK_VERSION PRODUCT_USE_VNDK will be true in Android-P or later launching devices and consequently BOARD_VNDK_VERSION will be set to 'current'. Change-Id: Iaed3eb4875c00742903627d63b4f2968e356781b Signed-off-by: roynatech2544 --- universal7885-common/BoardConfigCommon.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/universal7885-common/BoardConfigCommon.mk b/universal7885-common/BoardConfigCommon.mk index 75fdf90..f1eda32 100644 --- a/universal7885-common/BoardConfigCommon.mk +++ b/universal7885-common/BoardConfigCommon.mk @@ -100,9 +100,6 @@ SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += \ TARGET_COPY_OUT_VENDOR := vendor VENDOR_SECURITY_PATCH := 2021-11-05 -# VNDK -BOARD_VNDK_VERSION := current - # Wifi BOARD_WLAN_DEVICE := slsi WPA_SUPPLICANT_VERSION := VER_0_8_X