summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2012-03-28 20:00:17 +0200
committerSven Gothel <[email protected]>2012-03-28 20:00:17 +0200
commit26722b28c94f7b4aec0817a36c8877d67e0ec53b (patch)
treebc934a4f2517fee8b76479871b6b47380cc6e157 /make
parente782618a7c86093a47befe4e35957d1d3d3ee645 (diff)
gluegen-cpptasks-android-armv7.xml: Add missing isAbiEabiGnuArmel property
Diffstat (limited to 'make')
-rw-r--r--make/lib/gluegen-cpptasks-android-armv7.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/lib/gluegen-cpptasks-android-armv7.xml b/make/lib/gluegen-cpptasks-android-armv7.xml
index 7630595..65caa38 100644
--- a/make/lib/gluegen-cpptasks-android-armv7.xml
+++ b/make/lib/gluegen-cpptasks-android-armv7.xml
@@ -24,7 +24,7 @@
<property name="jvmDataModel.arg" value="-Djnlp.no.jvm.data.model.set=true" />
<property name="isCrosscompilation" value="true" />
<property name="android.abi" value="armeabi-v7a" />
-
+ <property name="isAbiEabiGnuArmel" value="true" />
<echo message="gluegen.cpptasks.detect.os.custom: GLUEGEN_CPPTASKS_FILE 'gluegen-cpptasks-android-armv7' done"/>
</target>