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:
etahamad 2021-02-21 01:24:21 +02:00 committed by OdSazib
parent 37f9426479
commit 6c1d0626ea
No known key found for this signature in database
GPG key ID: B678DBD07079B021
3 changed files with 6 additions and 5 deletions

View file

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

View file

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

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