summaryrefslogtreecommitdiffstats
path: root/toolbox/start.c
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-05-15 09:24:12 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-15 09:24:12 +0000
commit50415394c5283a272ed42d478f8c0a320e2c1e9a (patch)
treef62f6970da35210355d753ab15949abeeb442707 /toolbox/start.c
parent7c01585339ef8ccbfb33e9886689e4018ae58978 (diff)
parentb3bd09cda0ff29d53e91a6ec056b30a3c8b148a2 (diff)
downloadsystem_core-50415394c5283a272ed42d478f8c0a320e2c1e9a.zip
system_core-50415394c5283a272ed42d478f8c0a320e2c1e9a.tar.gz
system_core-50415394c5283a272ed42d478f8c0a320e2c1e9a.tar.bz2
am b3bd09cd: am 9cbc8088: am 5f6beb12: Merge ""stop" / "start must apply to the secondary zygote as well."
* commit 'b3bd09cda0ff29d53e91a6ec056b30a3c8b148a2': "stop" / "start must apply to the secondary zygote as well.
Diffstat (limited to 'toolbox/start.c')
-rw-r--r--toolbox/start.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolbox/start.c b/toolbox/start.c
index 665a941..26344da 100644
--- a/toolbox/start.c
+++ b/toolbox/start.c
@@ -15,6 +15,7 @@ int start_main(int argc, char *argv[])
/* defaults to starting the common services stopped by stop.c */
property_set("ctl.start", "surfaceflinger");
property_set("ctl.start", "zygote");
+ property_set("ctl.start", "zygote_secondary");
}
return 0;