From 67de8e748464a0a4141c8a5c97b202ba90dda7b4 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sat, 22 Dec 2018 19:07:24 +0000 Subject: [PATCH] msm8974-common: Enable B-services aging propagation Change-Id: I4ac0525933bb421f7d025c5e4c6a1de0f083c46e --- BoardConfigCommon.mk | 3 +++ system.prop | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 system.prop diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 71fc86f..bd1194f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -94,6 +94,9 @@ TARGET_HAS_LEGACY_POWER_STATS := true TARGET_HAS_NO_WLAN_STATS := true TARGET_USES_INTERACTION_BOOST := true +# Properties +TARGET_SYSTEM_PROP += device/samsung/msm8974-common/system.prop + # Time services BOARD_USES_QC_TIME_SERVICES := true diff --git a/system.prop b/system.prop new file mode 100644 index 0000000..9bcc8bb --- /dev/null +++ b/system.prop @@ -0,0 +1,2 @@ +# Memory optimizations +ro.vendor.qti.sys.fw.bservice_enable=true