mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 17:03:58 +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 "$@"
|