summaryrefslogtreecommitdiffstats
path: root/make/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-06-15 04:06:19 +0200
committerSven Gothel <[email protected]>2012-06-15 04:06:19 +0200
commit86c1df6fdca183454ff544857f4236b646c4730d (patch)
treee35d0446ae5c228d7cb2685d89159ff12c7c48a1 /make/scripts
parentb3c9951006f9bd863244f1db3d54ac7866d66f0a (diff)
Fix Bug 583 (2): Remove Android compile-time dependencies and exclude Android specific classes for non Android platforms
Ensure same Java JAR content regardless of build target (fix). Separate Android compilation results to gluegen-rt-android.jar, avoiding generating different content of gluegen-rt.jar w/ non android builds. aapt.signed: @{android.abi} argument is 'generic' by default. Adding ${android.abi} to APK target name (gluegen-rt-android-armeabi-v7a.apk) if not generic.
Diffstat (limited to 'make/scripts')
-rwxr-xr-xmake/scripts/adb-install-all-armv7.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/adb-install-all-armv7.sh b/make/scripts/adb-install-all-armv7.sh
index 249f16f..6f271eb 100755
--- a/make/scripts/adb-install-all-armv7.sh
+++ b/make/scripts/adb-install-all-armv7.sh
@@ -1,2 +1,2 @@
adb $* install ../build-android-armv7/jogamp.android-launcher.apk
-adb $* install ../build-android-armv7/gluegen-rt.apk
+adb $* install ../build-android-armv7/gluegen-rt-android-armeabi-v7a.apk