diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 183fe51..42aefe6 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -58,7 +58,10 @@ TARGET_BOARD_PLATFORM_GPU := qcom-adreno530 # Properties BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true -# PRODUCT_FULL_TREBLE_OVERRIDE := true +BOARD_VNDK_RUNTIME_DISABLE := true +BOARD_VNDK_VERSION := current +PRODUCT_FULL_TREBLE_OVERRIDE := true +PRODUCT_VENDOR_MOVE_ENABLED := true # ANT+ BOARD_ANT_WIRELESS_DEVICE := "qualcomm-hidl" |