From 5cc1fbddaccf8f45817286c74e64988ef3b8c35f Mon Sep 17 00:00:00 2001 From: etahamad Date: Sun, 21 Feb 2021 01:25:37 +0200 Subject: [PATCH] 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 --- system.prop => product.prop | 0 sdm660.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename system.prop => product.prop (100%) diff --git a/system.prop b/product.prop similarity index 100% rename from system.prop rename to product.prop diff --git a/sdm660.mk b/sdm660.mk index 146c0cd9..a21f1702 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -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