summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-02 22:12:22 +0100
committerSven Gothel <[email protected]>2015-02-02 22:12:22 +0100
commit77b70f92df3a7151126a5e4ad1be0b5deef3477a (patch)
tree4c6881cd48ebc565ce4efbabbd57b789619ce5af /make/build.xml
parent232aee061552a4091fce7368ea8bc9bba8e404ff (diff)
Adapt APK install scripts for harmonized os.and.arch names, see GlueGen commit 3b43a223253176731567c6d8b7a67c9a6110782b
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index e876cc4..edb8933 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -163,7 +163,7 @@
<!-- The resulting joal.jar. -->
<property name="joal.jar" value="${build}/jar/joal.jar" />
<property name="joal-android.jar" value="${build}/jar/joal-android.jar" />
- <property name="joal-android.apk" value="${build}/jar/joal-android-${android.abi}.apk" />
+ <property name="joal-android.apk" value="${build}/jar/joal-${os.and.arch}.apk" />
<path id="joal_all.classpath">
<pathelement location="${gluegen-rt.jar}" />