am a73f7e92: am 822b1a02: Merge "Add a config for dual mode zygote."

* commit 'a73f7e924abb8e7b1aa3f0d64d0177ce7d1c58e6':
  Add a config for dual mode zygote.
This commit is contained in:
Narayan Kamath 2014-04-11 09:57:24 +00:00 committed by Android Git Automerger
commit d85efaa068

View file

@ -0,0 +1,12 @@
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
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_process64 -Xzygote /system/bin --zygote --socket-name=zygote_secondary
class main
socket zygote_secondary stream 660 root system
onrestart restart zygote