diff options
author | Narayan Kamath <narayan@google.com> | 2014-05-27 11:10:11 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-27 11:10:11 +0000 |
commit | b5d6c18859424d86339ce895a42084a9c08552fd (patch) | |
tree | ceebcec7185453a18531f7e5edca32821afd0feb | |
parent | 012090e57b697133ad6f7d989e103d71302749f8 (diff) | |
parent | 9196f5f2df7890100e8968983680e196e944bd05 (diff) | |
download | system_core-b5d6c18859424d86339ce895a42084a9c08552fd.zip system_core-b5d6c18859424d86339ce895a42084a9c08552fd.tar.gz system_core-b5d6c18859424d86339ce895a42084a9c08552fd.tar.bz2 |
am 9196f5f2: am 5fe6fcc3: Merge "Add a zygote 64/32 bit config."
* commit '9196f5f2df7890100e8968983680e196e944bd05':
Add a zygote 64/32 bit config.
-rw-r--r-- | rootdir/init.zygote64_32.rc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rootdir/init.zygote64_32.rc b/rootdir/init.zygote64_32.rc new file mode 100644 index 0000000..979ab3b --- /dev/null +++ b/rootdir/init.zygote64_32.rc @@ -0,0 +1,12 @@ +service zygote /system/bin/app_process64 -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_process32 -Xzygote /system/bin --zygote --socket-name=zygote_secondary + class main + socket zygote_secondary stream 660 root system + onrestart restart zygote |