Skip to content

Commit b4932d5

Browse files
committed
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
1 parent 32e4479 commit b4932d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootdir/init.zygote32_64.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
1+
service zygote /system/bin/app_process32 -Xzygote /system/bin --zygote --start-system-server --socket-name=zygote
22
class main
33
socket zygote stream 660 root system
44
onrestart write /sys/android_power/request_state wake

0 commit comments

Comments
 (0)