sm7250-common: Move DPM feature property to /system_ext
* DPM blobs are under /system_ext. Signed-off-by: aswin7469 <aswinas@pixysos.com>
This commit is contained in:
@@ -67,6 +67,7 @@ TARGET_BOARD_PLATFORM := lito
|
||||
TARGET_ODM_PROP += $(COMMON_PATH)/odm.prop
|
||||
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop
|
||||
TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
|
||||
TARGET_SYSTEM_EXT_PROP += $(COMMON_PATH)/system_ext.prop
|
||||
|
||||
# A/B
|
||||
AB_OTA_UPDATER := true
|
||||
|
||||
@@ -24,9 +24,6 @@ persist.vendor.color.matrix=2
|
||||
# CNE
|
||||
persist.vendor.cne.feature=1
|
||||
|
||||
# DPM
|
||||
persist.vendor.dpm.feature=11
|
||||
|
||||
# Fingerprint
|
||||
vendor.boot.fingerprintbstate=orange
|
||||
|
||||
|
||||
2
system_ext.prop
Normal file
2
system_ext.prop
Normal file
@@ -0,0 +1,2 @@
|
||||
# DPM
|
||||
persist.vendor.dpm.feature=11
|
||||
Reference in New Issue
Block a user