mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-21 20:33:53 +08:00
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
|
|
#!/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 "$@"
|