From 86c1df6fdca183454ff544857f4236b646c4730d Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Fri, 15 Jun 2012 04:06:19 +0200
Subject: 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.
---
 make/Manifest-rt-android | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100755 make/Manifest-rt-android

(limited to 'make/Manifest-rt-android')

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
-- 
cgit v1.2.3