aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-07 04:45:18 +0100
committerSven Gothel <[email protected]>2012-03-07 04:45:18 +0100
commited155ad0da6c970a16c200466a9545c5a8d23af9 (patch)
tree389e7e0ba9adf25a79c1f2e053fe1d91b4e463bf /make/build.xml
parent9292432402df031a7d622518278c38bbc5a17756 (diff)
parentea9a706de4fc549c27df401d0c86c602075a5e06 (diff)
Merge branch 'pulled'
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 94fa5acdb..a39707769 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -162,6 +162,7 @@
jarbasename="jogl.all-android"
nativebuilddir="${lib}"
nativebasename=""
+ android.abi="${android.abi}"
androidmanifest.path="resources/android/AndroidManifest-jogl.xml"
androidresources.path="resources/android/res-jogl"
jarmanifest.path="${build.jogl}/manifest.mf"
@@ -183,6 +184,7 @@
jarbasename="jogl.test"
nativebuilddir="${lib}"
nativebasename="non-existing"
+ android.abi="${android.abi}"
androidmanifest.path="resources/android/AndroidManifest-test.xml"
androidresources.path="resources/android/res-jogl"
jarmanifest.path="${build.jogl}/manifest.mf"
@@ -215,6 +217,7 @@
jarbasename="jogl.android-launcher"
nativebuilddir="${build}/android/lib"
nativebasename="non-existing"
+ android.abi="${android.abi}"
androidmanifest.path="resources/android/AndroidManifest-launcher.xml"
androidresources.path="resources/android/res-launcher"
version.code="1"