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:
committed by
abhinavgupta371
parent
a744745a4d
commit
ce6f977e1b
@@ -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
3
system_ext.prop
Normal file
@@ -0,0 +1,3 @@
|
||||
# DPM
|
||||
persist.vendor.dpm.feature=1
|
||||
persist.vendor.dpm.loglevel=0
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user