aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2014-05-21 01:04:37 +0530
committerAmit Pundir <amit.pundir@linaro.org>2014-05-21 01:04:37 +0530
commitba5ce9b75d8b975fb10206201c053a19a047babd (patch)
tree0254db144501c0f01c67bc667bc0158cabb02dfc
parentef777e007a2b5bd3188417f8526e4ead70916b0b (diff)
downloadvexpress-ba5ce9b75d8b975fb10206201c053a19a047babd.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