diff options
author | Sven Gothel <[email protected]> | 2012-06-15 04:06:19 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-06-15 04:06:19 +0200 |
commit | 86c1df6fdca183454ff544857f4236b646c4730d (patch) | |
tree | e35d0446ae5c228d7cb2685d89159ff12c7c48a1 /make/build-test.xml | |
parent | b3c9951006f9bd863244f1db3d54ac7866d66f0a (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/build-test.xml')
-rw-r--r-- | make/build-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-test.xml b/make/build-test.xml index 16f9659..3c87650 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -144,11 +144,11 @@ jarbasename="gluegen-test" nativebuilddir="${build_t.lib}" nativebasename="test" + android.abi="${android.abi}" androidmanifest.path="resources/android/AndroidManifest-Test.xml" androidresources.path="resources/android/res" version.code="${gluegen_int_version}" version.name="${gluegen.version.plus}" - android.abi="${android.abi}" /> </target> |