diff options
-rw-r--r-- | BoardConfigCommon.mk | 3 | ||||
-rw-r--r-- | vendor.prop (renamed from system.prop) | 0 |
2 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 diff --git a/system.prop b/vendor.prop index 4e62e35..4e62e35 100644 --- a/system.prop +++ b/vendor.prop |