diff options
author | Sven Gothel <[email protected]> | 2019-12-26 05:02:50 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-12-26 05:02:50 +0100 |
commit | d91f8581eedf73663abab25524147d2bcab9109b (patch) | |
tree | 95d7d395cf6604edd079773706a2fa7993cbd045 /make/scripts/adb-install-all-x86.sh | |
parent | 784dcfa2094f3fb235ca4b60395708a1f87c0b1b (diff) |
Bug 1417 - Android: Add adb scripts for x86 [re-]install
Diffstat (limited to 'make/scripts/adb-install-all-x86.sh')
-rwxr-xr-x | make/scripts/adb-install-all-x86.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/scripts/adb-install-all-x86.sh b/make/scripts/adb-install-all-x86.sh new file mode 100755 index 000000000..1c7b8d125 --- /dev/null +++ b/make/scripts/adb-install-all-x86.sh @@ -0,0 +1,4 @@ +#adb $* install ../build-android-x86/jogamp-android-launcher.apk +#adb $* install ../build-android-x86/gluegen-rt-android-x86.apk +adb $* install ../build-android-x86/jar/jogl-all-android-x86.apk +adb $* install ../build-android-x86/jar/jogl-test-android.apk |