mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Enable B-services aging propagation
Change-Id: I4ac0525933bb421f7d025c5e4c6a1de0f083c46e
This commit is contained in:
parent
d87fe4a395
commit
549cb6f5fb
2 changed files with 5 additions and 0 deletions
|
@ -115,6 +115,9 @@ TARGET_HAS_NO_POWER_STATS := true
|
||||||
TARGET_HAS_NO_WLAN_STATS := true
|
TARGET_HAS_NO_WLAN_STATS := true
|
||||||
TARGET_USES_INTERACTION_BOOST := true
|
TARGET_USES_INTERACTION_BOOST := true
|
||||||
|
|
||||||
|
# Properties
|
||||||
|
TARGET_SYSTEM_PROP += device/samsung/msm8226-common/system.prop
|
||||||
|
|
||||||
# Time services
|
# Time services
|
||||||
BOARD_USES_QC_TIME_SERVICES := true
|
BOARD_USES_QC_TIME_SERVICES := true
|
||||||
|
|
||||||
|
|
2
system.prop
Normal file
2
system.prop
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Memory optimizations
|
||||||
|
ro.vendor.qti.sys.fw.bservice_enable=true
|
Loading…
Reference in a new issue