Move DPM feature property to /system_ext
* DPM blobs are under /system_ext. Change-Id: I6bafdc3b310168c6b4d681c9eb94eb4e2e43c5e5 Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com> Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
parent
0dbccb45e2
commit
d87e39409a
3 changed files with 3 additions and 1 deletions
|
@ -104,6 +104,7 @@ TARGET_USERIMAGES_USE_EXT4 := true
|
|||
# Properties
|
||||
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
|
||||
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
|
||||
TARGET_SYSTEM_EXT_PROP += $(DEVICE_PATH)/system_ext.prop
|
||||
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||
|
||||
# Root
|
||||
|
|
|
@ -12,7 +12,6 @@ ro.charger.enable_suspend=true
|
|||
|
||||
# CNE/DPM
|
||||
persist.vendor.cne.feature=1
|
||||
persist.vendor.dpm.feature=11
|
||||
persist.vendor.dpmhalservice.enable=1
|
||||
|
||||
# Display
|
||||
|
|
2
system_ext.prop
Normal file
2
system_ext.prop
Normal file
|
@ -0,0 +1,2 @@
|
|||
# DPM
|
||||
persist.vendor.dpm.feature=11
|
Loading…
Reference in a new issue