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