aboutsummaryrefslogtreecommitdiff
path: root/init.zygote64_32.rc
diff options
context:
space:
mode:
Diffstat (limited to 'init.zygote64_32.rc')
-rwxr-xr-xinit.zygote64_32.rc12
1 files changed, 0 insertions, 12 deletions
diff --git a/init.zygote64_32.rc b/init.zygote64_32.rc
deleted file mode 100755
index d3d3683..0000000
--- a/init.zygote64_32.rc
+++ /dev/null
@@ -1,12 +0,0 @@
-service zygote /system/bin/app_process64 -Xzygote /system/bin --zygote --start-system-server
- class main
- socket zygote stream 660 root system
- onrestart write /sys/android_power/request_state wake
- onrestart write /sys/power/state on
- 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