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
This commit is contained in:
Bruno Martins
2021-05-28 16:15:37 +05:30
committed by abhinavgupta371
parent a744745a4d
commit ce6f977e1b
3 changed files with 4 additions and 4 deletions

View File

@@ -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

3
system_ext.prop Normal file
View File

@@ -0,0 +1,3 @@
# DPM
persist.vendor.dpm.feature=1
persist.vendor.dpm.loglevel=0

View File

@@ -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