openpilot v0.4.0.1 tweaks

This commit is contained in:
Vehicle Researcher
2018-01-16 16:51:33 -08:00
parent b773e27ad1
commit 7ef3fd567f
17 changed files with 239 additions and 31 deletions

7
apk/external/tools/apkpatch_android vendored Executable file
View 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 "$@"