summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoonas Kylmälä <joonas.kylmala@iki.fi>2020-07-08 11:08:39 -0400
committerJoonas Kylmälä <joonas.kylmala@iki.fi>2020-07-08 11:08:39 -0400
commitc5637b3535d6e7d8c1bc0d413e16ef6e9b6bb81b (patch)
tree09290e65dee767da5eaa5e325a08d6316b789c17
parent1b75f31ab81eba1867fd1a15e5adcd07c0228816 (diff)
downloaddevice_samsung_midas_common-c5637b3535d6e7d8c1bc0d413e16ef6e9b6bb81b.tar.gz
device_samsung_midas_common-c5637b3535d6e7d8c1bc0d413e16ef6e9b6bb81b.tar.bz2
device_samsung_midas_common-c5637b3535d6e7d8c1bc0d413e16ef6e9b6bb81b.zip
Enable VNDK
This is required for shared libraries to load correct, e.g. libashmemd_client.so. Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
-rw-r--r--BoardConfigCommon.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 63589d5..2138a6d 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -47,10 +47,7 @@ TARGET_USERIMAGES_USE_EXT4 := true
TARGET_USES_MKE2FS := true
# Disable VNDK at this point
-PRODUCT_FULL_TREBLE_OVERRIDE := true
-BOARD_VNDK_RUNTIME_DISABLE := true
-PRODUCT_USE_VNDK_OVERRIDE := false
-#BOARD_VNDK_VERSION := current
+BOARD_VNDK_VERSION := current
BOARD_GPU_DRIVERS := lima
TARGET_USES_64_BIT_BINDER := true