sdm660-common: Move props from system to product
Test: using su shell: ex: getprop persist.timed.enable and check if the value exist or not. Fix: Moving prop into his right path
This commit is contained in:
parent
6c1d0626ea
commit
5cc1fbddac
2 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ COMMON_PATH := device/xiaomi/sdm660-common
|
|||
$(call inherit-product, $(COMMON_PATH)/common_prop.mk)
|
||||
|
||||
# Inherit properties ($PATH_PROP)
|
||||
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop
|
||||
TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop
|
||||
TARGET_SYSTEM_EXT_PROP += $(COMMON_PATH)/system_ext.prop
|
||||
|
||||
# A/B
|
||||
|
|
Loading…
Reference in a new issue