From ce6f977e1be824b5806845efb466fbbfafe1ea14 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Fri, 28 May 2021 16:15:37 +0530 Subject: [PATCH] msm8953-common: Move CNE and DPM properties around CNE blobs are shipped in /vendor and DPM blobs have been recently moved to /system_ext. Change-Id: Ide4881bb4bad52f874b70f77d5fd79fd58326862 --- BoardConfigCommon.mk | 1 + system_ext.prop | 3 +++ vendor.prop | 4 ---- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 system_ext.prop diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6a4666a..4a9d5e3 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -122,6 +122,7 @@ TARGET_BOARD_PLATFORM := msm8953 # Properties TARGET_ODM_PROP += $(COMMON_PATH)/odm.prop TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop +TARGET_SYSTEM_EXT_PROP += $(COMMON_PATH)/system_ext.prop TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop # Recovery diff --git a/system_ext.prop b/system_ext.prop new file mode 100644 index 0000000..03d8e80 --- /dev/null +++ b/system_ext.prop @@ -0,0 +1,3 @@ +# DPM +persist.vendor.dpm.feature=1 +persist.vendor.dpm.loglevel=0 diff --git a/vendor.prop b/vendor.prop index ea1c5e7..258ac3d 100644 --- a/vendor.prop +++ b/vendor.prop @@ -63,10 +63,6 @@ ro.charger.enable_suspend=true # CNE persist.vendor.cne.feature=1 -# DPM -persist.vendor.dpm.feature=1 -persist.vendor.dpm.loglevel=0 - # Display debug.egl.hw=0 debug.enable.sglscale=1