From 3049bb073b54756c4831185aa72054809729d285 Mon Sep 17 00:00:00 2001 From: Rashed Abdel-Tawab Date: Sun, 15 Apr 2018 00:23:29 -0700 Subject: msm8996-common: Use BOARD_VNDK_VERSION := current However, set BOARD_VNDK_RUNTIME_DISABLE := true as well since camera HAL is a hot mess if attempting to enforce runtime linker namsespace isolation Change-Id: I8f2237a0760d9d5feb0a51c9aed0c18119a5863f --- BoardConfigCommon.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b23f501..f3d5656 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -58,6 +58,8 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno530 # Properties BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true +BOARD_VNDK_RUNTIME_DISABLE := true +BOARD_VNDK_VERSION := current PRODUCT_FULL_TREBLE_OVERRIDE := true TARGET_VENDOR_PROP += $(VENDOR_PATH)/vendor.prop -- cgit v1.2.3