diff options
author | Sven Gothel <[email protected]> | 2012-02-29 12:35:53 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-02-29 12:35:53 +0100 |
commit | ea9a706de4fc549c27df401d0c86c602075a5e06 (patch) | |
tree | 26e1113a3d65f57d745598c75f4fbcdc61cb02e8 /make/scripts/adb-install-all-armv7.sh | |
parent | c739c6e02eff2e2b5f51ea9d5a385960b3bd07ca (diff) | |
parent | fc779ca57ec338c3e4a2b8d0b3a2bac4277bc380 (diff) |
Merge remote-tracking branch 'remotes/revane/master' into 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 |