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 /make/scripts/adb-install-all.sh | |
parent | 1807d508a6fc9a492692fc3621a254fdbaee47fd (diff) |
scripts ..
Diffstat (limited to 'make/scripts/adb-install-all.sh')
-rwxr-xr-x | make/scripts/adb-install-all.sh | 2 |
1 files changed, 1 insertions, 1 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 |