From bdfdd4db38e3908e67909624cbb15da3728dabcb Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 1 Oct 2011 01:34:27 +0200 Subject: scripts .. --- make/scripts/adb-install-all.sh | 2 +- 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 -- cgit v1.2.3