universal7885: Enable VNDK runtime isolation

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
Change-Id: I24860eb6a2fe0af3b4d9e9cd6e67e997dbfc9547
This commit is contained in:
SamarV-121 2020-09-23 04:02:02 +00:00 committed by roynatech2544
commit 11e19c497e
2 changed files with 4 additions and 1 deletions

View file

@ -79,5 +79,4 @@ BOARD_PLAT_PRIVATE_SEPOLICY_DIR += $(COMMON_PATH)/sepolicy/private
TARGET_COPY_OUT_VENDOR := vendor
# VNDK
BOARD_VNDK_RUNTIME_DISABLE := true
BOARD_VNDK_VERSION := current

View file

@ -15,3 +15,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
ro.lmk.log_stats=true \
ro.lmk.use_minfree_levels=true \
ro.lmk.use_psi=false
# VNDK
PRODUCT_PRODUCT_PROPERTIES += \
ro.vndk.lite=false