android_device_lenovo_karate/product/perf.mk
Raghavendra Prasad Nagaraj 9999f81b15 land: Enable delay service restart
This patch turns on system property "ro.am.reschedule_service".
This helps to postpone services restarts during app launch.
Only the services that are not relevant to current app launch are
considered for postpone.

Change-Id: I908be6dd7f7991b830a0440276fb9e2a0c0314c3
2017-03-19 05:37:45 +01:00

5 lines
157 B
Makefile

# Properties
PRODUCT_PROPERTY_OVERRIDES += \
ro.am.reschedule_service=true \
ro.sys.fw.dex2oat_thread_count=4 \
ro.sys.fw.use_trim_settings=true