diff options
author | Sven Gothel <[email protected]> | 2015-07-13 13:39:07 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-13 13:39:07 +0200 |
commit | 50d216f8a721a5f7fb25b42113e8da1ca04ba8a0 (patch) | |
tree | 4a69157f4455d36387c5de916200eaa3ee716462 /make/lib/gluegen-cpptasks-android-aarch64.xml | |
parent | 0bac7cdd7b06f4192c9954c3a42c125821d864e2 (diff) |
Fix Android ARM64 Support: Don't define 'isAndroidARMv6:=false', since properties are tested whether they are set, rarely by value
isAndroidARMv6
Diffstat (limited to 'make/lib/gluegen-cpptasks-android-aarch64.xml')
-rw-r--r-- | make/lib/gluegen-cpptasks-android-aarch64.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make/lib/gluegen-cpptasks-android-aarch64.xml b/make/lib/gluegen-cpptasks-android-aarch64.xml index fcf2875..e5ae968 100644 --- a/make/lib/gluegen-cpptasks-android-aarch64.xml +++ b/make/lib/gluegen-cpptasks-android-aarch64.xml @@ -20,7 +20,6 @@ <property name="gluegen.cpptasks.detected.os" value="true" /> <property name="isUnix" value="true" /> <property name="isAndroid" value="true" /> - <property name="isAndroidARMv6" value="false" /> <property name="isAndroidARM64" value="true" /> <property name="jvmDataModel.arg" value="-Djnlp.no.jvm.data.model.set=true" /> <property name="isCrosscompilation" value="true" /> |