diff options
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 21d35ab..e645e1a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -36,7 +36,8 @@ TARGET_BOARD_PLATFORM := msm8996 TARGET_BOARD_PLATFORM_GPU := qcom-adreno530 # Properties -TARGET_SYSTEM_PROP += $(VENDOR_PATH)/system.prop +BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true +TARGET_VENDOR_PROP += $(VENDOR_PATH)/vendor.prop # Architecture TARGET_ARCH := arm64 |