am 822b1a02
: Merge "Add a config for dual mode zygote."
* commit '822b1a024d058641be9aefa14da794f09755ce35': Add a config for dual mode zygote.
This commit is contained in:
commit
a73f7e924a
1 changed files with 12 additions and 0 deletions
12
rootdir/init.zygote32_64.rc
Normal file
12
rootdir/init.zygote32_64.rc
Normal 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
|
Loading…
Reference in a new issue