summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2017-02-16 12:31:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-02-16 12:31:02 +0000
commit59e8e07c89682dc730558c58130717a298227e15 (patch)
treea9a0558f81f0589755f563124b58f891a3b8479d
parent8dcf9bb29b443756f2327fcb6f424387530af410 (diff)
parentf403e64bd055a538ab93e27a2b503168da0d25c6 (diff)
downloadsystem_core-59e8e07c89682dc730558c58130717a298227e15.tar.gz
system_core-59e8e07c89682dc730558c58130717a298227e15.tar.bz2
system_core-59e8e07c89682dc730558c58130717a298227e15.zip
Merge "Revert "Revert "Lazily preload secondary zygote resources."""
-rw-r--r--rootdir/init.zygote64_32.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.zygote64_32.rc b/rootdir/init.zygote64_32.rc
index 36bb4430a..09db7b03d 100644
--- a/rootdir/init.zygote64_32.rc
+++ b/rootdir/init.zygote64_32.rc
@@ -13,7 +13,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
onrestart restart wificond
writepid /dev/cpuset/foreground/tasks
-service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
+service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary --enable-lazy-preload
class main
priority -20
user root