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/Manifest-rt-android | |
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/Manifest-rt-android')
-rwxr-xr-x | make/Manifest-rt-android | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/make/Manifest-rt-android b/make/Manifest-rt-android new file mode 100755 index 0000000..da1d122 --- /dev/null +++ b/make/Manifest-rt-android @@ -0,0 +1,13 @@ +Manifest-Version: 1.0 +Specification-Title: GlueGen Java Bindings Generator +Specification-Version: @BASEVERSION@ +Specification-Vendor: JogAmp Community +Implementation-Title: GlueGen Run-Time For Android +Implementation-Version: @VERSION@ +Implementation-Branch: @SCM_BRANCH@ +Implementation-Commit: @SCM_COMMIT@ +Implementation-Vendor: JogAmp Community +Implementation-Vendor-Id: com.jogamp +Implementation-URL: http://jogamp.org/ +Extension-Name: com.jogamp.common +Trusted-Library: true |