Change app_process reference to app_process32.

Required due to change 5a7ee9ad63 which makes
app_process a symlink to the primary zygote.

Change-Id: I940f6302db97f74dd57112e310014e989dc586e5
This commit is contained in:
Narayan Kamath 2014-05-14 15:44:24 +01:00
parent 32e4479d55
commit b4932d592f

View file

@ -1,4 +1,4 @@
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
service zygote /system/bin/app_process32 -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