diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-02-11 23:30:12 +0000 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-25 02:09:48 +0100 |
commit | 65a7703125b5778aa73075ecbe0302ec6cb14755 (patch) | |
tree | 2436b764eb519c48d543444b0e9c84ec666cac43 | |
parent | b6292a6b94042334df39a5c4dcafdc6eebb3238e (diff) |
msm8996-common: Split vendor specific and system props
Change-Id: Ib1a490d2d8f23ca832af915b6af783cad6dcdf17
-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 |