9999f81b15
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
5 lines
157 B
Makefile
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
|