diff options
author | Sven Gothel <[email protected]> | 2015-01-30 07:17:48 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-01-30 07:17:48 +0100 |
commit | 232aee061552a4091fce7368ea8bc9bba8e404ff (patch) | |
tree | 4a00243bb99fbb655cc21ecb280514cb8e8becd1 /make/scripts/adb-install-all-arm64-v8a.sh | |
parent | 17492593df77ae0db500b1d17add95ff18f69e21 (diff) |
Bug 1122: Add AArch64 support (Android, GNU/Linux and in general)
Diffstat (limited to 'make/scripts/adb-install-all-arm64-v8a.sh')
-rwxr-xr-x | make/scripts/adb-install-all-arm64-v8a.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/scripts/adb-install-all-arm64-v8a.sh b/make/scripts/adb-install-all-arm64-v8a.sh new file mode 100755 index 0000000..a8df126 --- /dev/null +++ b/make/scripts/adb-install-all-arm64-v8a.sh @@ -0,0 +1,4 @@ +#adb $* install ../build-android-aarch64/jogamp-android-launcher.apk +#adb $* install ../build-android-aarch64/gluegen-rt-android-arm64-v8a.apk +adb $* install ../build-android-aarch64/jar/joal-android-arm64-v8a.apk +adb $* install ../build-android-aarch64/jar/joal-test-android.apk |