dont ask me

This commit is contained in:
SaschaNes
2025-08-03 01:01:27 +02:00
parent 72311b001d
commit c60abec6a0
13 changed files with 868 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
#!/system/bin/sh
#
# Shim für Zygote, damit app_process32 aus app_process64 aufgerufen wird.
exec /system/bin/app_process64 --zygote "$@"