diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2018-04-15 00:23:29 -0700 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-07-12 00:33:14 +0200 |
commit | 3049bb073b54756c4831185aa72054809729d285 (patch) | |
tree | 28c27aa51cc664a1308d36956766b85549c5d210 /BoardConfigCommon.mk | |
parent | 921fb8ad385b35ee39735b24dfb52d3e200c95cd (diff) |
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
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 2 insertions, 0 deletions
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 |