From a40e22a58e0c71a95f11b7c7e83247fbd4a4d94f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 14 Mar 2012 23:17:35 +0100 Subject: Android Tests: Using JogAmp's ActivityLauncher (gluegen commit: 0cfc7847c58b51c9a26b50d905b592d1fc4c8578) - Remove jogl.android-launcher.apk in favor of generic jogamp.android-launcher.apk - All Android test code resides in jogl.test.apk (initial launcher and delegated 'real' one) --- make/scripts/adb-install-all-armv7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/scripts/adb-install-all-armv7.sh') diff --git a/make/scripts/adb-install-all-armv7.sh b/make/scripts/adb-install-all-armv7.sh index d48d0abba..503c6f2f7 100755 --- a/make/scripts/adb-install-all-armv7.sh +++ b/make/scripts/adb-install-all-armv7.sh @@ -1,4 +1,4 @@ +adb $* install ../../gluegen/build-android-armv7/jogamp.android-launcher.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 -- cgit v1.2.3