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:
Pig 2020-12-07 10:18:09 +08:00 committed by Giammarco Senatore
parent 0dbccb45e2
commit d87e39409a
No known key found for this signature in database
GPG key ID: 661348FC1E144F04
3 changed files with 3 additions and 1 deletions

View file

@ -104,6 +104,7 @@ TARGET_USERIMAGES_USE_EXT4 := true
# Properties # Properties
TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop TARGET_ODM_PROP += $(DEVICE_PATH)/odm.prop
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
TARGET_SYSTEM_EXT_PROP += $(DEVICE_PATH)/system_ext.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Root # Root

View file

@ -12,7 +12,6 @@ ro.charger.enable_suspend=true
# CNE/DPM # CNE/DPM
persist.vendor.cne.feature=1 persist.vendor.cne.feature=1
persist.vendor.dpm.feature=11
persist.vendor.dpmhalservice.enable=1 persist.vendor.dpmhalservice.enable=1
# Display # Display

2
system_ext.prop Normal file
View file

@ -0,0 +1,2 @@
# DPM
persist.vendor.dpm.feature=11