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