diff options
author | Sven Gothel <[email protected]> | 2012-03-07 04:45:18 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-07 04:45:18 +0100 |
commit | ed155ad0da6c970a16c200466a9545c5a8d23af9 (patch) | |
tree | 389e7e0ba9adf25a79c1f2e053fe1d91b4e463bf /make/scripts/adb-install-all-armv7.sh | |
parent | 9292432402df031a7d622518278c38bbc5a17756 (diff) | |
parent | ea9a706de4fc549c27df401d0c86c602075a5e06 (diff) |
Merge branch 'pulled'
Diffstat (limited to 'make/scripts/adb-install-all-armv7.sh')
-rwxr-xr-x | make/scripts/adb-install-all-armv7.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/scripts/adb-install-all-armv7.sh b/make/scripts/adb-install-all-armv7.sh new file mode 100755 index 000000000..d48d0abba --- /dev/null +++ b/make/scripts/adb-install-all-armv7.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 |