sm6150-common: Move DPM feature property to /system_ext

* DPM blobs are under /system_ext.

Change-Id: I4664b7f3246f1184a61b180d226ed42d524d227a
Signed-off-by: Pig <pig.priv@gmail.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
Pig
2021-03-16 19:57:23 +03:00
committed by therealmharc
parent f73f2097e1
commit 9d4975a21a
3 changed files with 5 additions and 5 deletions

View File

@@ -129,6 +129,7 @@ TARGET_BOARD_PLATFORM := sm6150
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
# QCOM
BOARD_USES_QCOM_HARDWARE := true

4
system_ext.prop Normal file
View File

@@ -0,0 +1,4 @@
# DPM
persist.vendor.dpm.feature=1
persist.vendor.dpm.nsrm.bkg.evt=3955
persist.vendor.dpmhalservice.enable=1

View File

@@ -129,11 +129,6 @@ dalvik.vm.systemuicompilerfilter=speed
persist.vendor.data.iwlan.enable=true
persist.vendor.data.mode=concurrent
# DPM
persist.vendor.dpm.feature=1
persist.vendor.dpm.nsrm.bkg.evt=3955
persist.vendor.dpmhalservice.enable=1
# Display
debug.egl.hw=0
debug.mdpcomp.logs=0