diff options
author | Sven Gothel <[email protected]> | 2011-10-01 01:34:27 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-01 01:34:27 +0200 |
commit | bdfdd4db38e3908e67909624cbb15da3728dabcb (patch) | |
tree | f4052300ac100168b95cf6d06e19048e9bd1d51e | |
parent | 1807d508a6fc9a492692fc3621a254fdbaee47fd (diff) |
scripts ..
-rwxr-xr-x | make/scripts/adb-install-all.sh | 2 | ||||
-rwxr-xr-x | make/scripts/adb-uninstall-all.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/make/scripts/adb-install-all.sh b/make/scripts/adb-install-all.sh index ac18a84ed..e266ae22d 100755 --- a/make/scripts/adb-install-all.sh +++ b/make/scripts/adb-install-all.sh @@ -1,4 +1,4 @@ -#adb install ../../gluegen/build-android-armv7/gluegen-rt.apk +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 index 059b1d5aa..db079fcf0 100755 --- a/make/scripts/adb-uninstall-all.sh +++ b/make/scripts/adb-uninstall-all.sh @@ -1,4 +1,4 @@ -#adb uninstall com.jogamp.common +adb uninstall com.jogamp.common adb uninstall javax.media.opengl adb uninstall com.jogamp.android.launcher adb uninstall com.jogamp.opengl.test |