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:
Pig
2021-03-16 19:57:23 +03:00
committed by KakatkarAkshay
parent 21d8a5fa11
commit 2b8e0e6e7e
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

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