mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 01:53:57 +08:00
8 lines
176 B
Bash
Executable File
8 lines
176 B
Bash
Executable File
#!/system/bin/sh
|
|
|
|
DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
|
|
export LD_LIBRARY_PATH=/system/lib64
|
|
export CLASSPATH="$DIR"/ApkPatch.android.jar
|
|
exec app_process "$DIR" ApkPatch "$@"
|