aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-28 17:41:47 +0200
committerSven Gothel <[email protected]>2011-09-28 17:41:47 +0200
commitcc9ab3d4e1ed2c7b9d38a9599a37abd05be36cc0 (patch)
treef654195be492f24ac73547dfa2a98ba713719bf9 /make/scripts
parent34cc391379bf5799466774d9c2209d8f69cd10e8 (diff)
Android: Add jogl-test manifest. APK scripts
Diffstat (limited to 'make/scripts')
-rw-r--r--make/scripts/adb-install-all.sh4
-rw-r--r--make/scripts/adb-uninstall-all.sh4
2 files changed, 8 insertions, 0 deletions
diff --git a/make/scripts/adb-install-all.sh b/make/scripts/adb-install-all.sh
new file mode 100644
index 000000000..e266ae22d
--- /dev/null
+++ b/make/scripts/adb-install-all.sh
@@ -0,0 +1,4 @@
+adb install ../../gluegen/build-android-armv7/gluegen-rt.apk
+adb install ../build-android-armv7/jar/jogl.all-android.apk
+adb install ../build-android-armv7/jar/jogl.android-launcher.apk
+adb install ../build-android-armv7/jar/jogl.test.apk
diff --git a/make/scripts/adb-uninstall-all.sh b/make/scripts/adb-uninstall-all.sh
new file mode 100644
index 000000000..db079fcf0
--- /dev/null
+++ b/make/scripts/adb-uninstall-all.sh
@@ -0,0 +1,4 @@
+adb uninstall com.jogamp.common
+adb uninstall javax.media.opengl
+adb uninstall com.jogamp.android.launcher
+adb uninstall com.jogamp.opengl.test