diff options
author | Rami Santina <[email protected]> | 2011-10-01 00:58:38 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-10-01 00:58:38 +0300 |
commit | 2e03974d2bd72165f3f006e9fb7f662f5aab984e (patch) | |
tree | 1f46fb0a5fd3f727d0252cedf261b38c00d8e02c | |
parent | 5e87bfe9d9ad456a1fdba792dc71d45b1aabf9ef (diff) |
test scripts: gluegen apk un+install
-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 |