sdm660-common: Move some QCOM props to system_ext
Test: using su shell: getprop persist.vendor.dpm.feature and check if the value exist or not. Fix: Moving prop into his right path
This commit is contained in:
parent
37f9426479
commit
6c1d0626ea
3 changed files with 6 additions and 5 deletions
|
@ -47,8 +47,9 @@ COMMON_PATH := device/xiaomi/sdm660-common
|
|||
# Inherit properties
|
||||
$(call inherit-product, $(COMMON_PATH)/common_prop.mk)
|
||||
|
||||
# Inherit properties (system/build.prop)
|
||||
# Inherit properties ($PATH_PROP)
|
||||
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop
|
||||
TARGET_SYSTEM_EXT_PROP += $(COMMON_PATH)/system_ext.prop
|
||||
|
||||
# A/B
|
||||
ifeq ($(ENABLE_AB), true)
|
||||
|
|
|
@ -68,10 +68,6 @@ gsm.proximity.enable=true
|
|||
# Time daemon
|
||||
persist.timed.enable=true
|
||||
|
||||
# QCOM
|
||||
persist.vendor.dpm.feature=1
|
||||
persist.vendor.dpm.nsrm.bkg.evt=3955
|
||||
|
||||
# Radio
|
||||
persist.backup.ntpServer=0.pool.ntp.org
|
||||
persist.radio.aosp_usr_pref_sel=true
|
||||
|
|
4
system_ext.prop
Normal file
4
system_ext.prop
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
# QCOM
|
||||
persist.vendor.dpm.feature=1
|
||||
persist.vendor.dpm.nsrm.bkg.evt=3955
|
Loading…
Reference in a new issue