6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
#!/system/bin/sh
|
|
#
|
|
# Shim für Zygote, damit app_process32 aus app_process64 aufgerufen wird.
|
|
|
|
exec /system/bin/app_process64 --zygote "$@"
|