From 54d0ff131097a2cd9a91a0c1dd84deb8b1f7d0ac Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 15 Jun 2012 05:21:43 +0200 Subject: Fix Bug 583: Remove Android compile-time dependencies and exclude Android specific classes for non Android platforms. Adapt to GlueGen commits: b3c9951006f9bd863244f1db3d54ac7866d66f0a, 86c1df6fdca183454ff544857f4236b646c4730d Ensure same Java JAR content regardless of build target (fix). Separate Android compilation results: jogl.all-android.jar and jogl.test-android.jar avoiding generating different content w/ non android builds. Adding ${android.abi} to APK target name (jogl.all-android.apk -> jogl.all-android-armeabi-v7a.apk) if not generic. --- make/build-test.xml | 94 ++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 65 insertions(+), 29 deletions(-) (limited to 'make/build-test.xml') diff --git a/make/build-test.xml b/make/build-test.xml index 75c319068..f5437902e 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -26,7 +26,8 @@ - + + @@ -58,25 +59,10 @@ - - - - - - + + - + - - - - - - @@ -109,9 +89,59 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + @@ -134,8 +164,14 @@ - - + + + + + + + + -- cgit v1.2.3