mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-02 18:23:53 +08:00
openpilot v0.4.0.1 tweaks
This commit is contained in:
7
apk/external/tools/apkpatch_android
vendored
Executable file
7
apk/external/tools/apkpatch_android
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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 "$@"
|
||||
Reference in New Issue
Block a user