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

* commit 'd85efaa068708b19db3cc647ba62c0a2feb7da23':
  Add a config for dual mode zygote.
This commit is contained in:
Narayan Kamath 2014-04-11 10:02:11 +00:00 committed by Android Git Automerger
commit 7bd273e04e
1 changed files with 12 additions and 0 deletions

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