summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2014-05-21 00:52:06 +0530
committerAmit Pundir <amit.pundir@linaro.org>2014-05-21 00:52:06 +0530
commitedfcc7cda6bb16d84515b6901451829027ca601b (patch)
treefab592499faefc80d11c0133bc38097a61d0f3f4
parentb562a863b26a9ab706ccf5658f18674b3ffd923a (diff)
downloadjuno-edfcc7cda6bb16d84515b6901451829027ca601b.tar.gz
do not start zygote_secondary for now
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rwxr-xr-xinit.zygote64_32.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.zygote64_32.rc b/init.zygote64_32.rc
index a236139..d3d3683 100755
--- a/init.zygote64_32.rc
+++ b/init.zygote64_32.rc
@@ -6,7 +6,7 @@ service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-s
onrestart restart media
onrestart restart netd
-service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
- class main
- socket zygote_secondary stream 660 root system
- onrestart restart zygote
+#service zygote_secondary /system/bin/app_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
+# class main
+# socket zygote_secondary stream 660 root system
+# onrestart restart zygote