diff options
author | Sven Gothel <[email protected]> | 2015-02-02 22:12:22 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-02-02 22:12:22 +0100 |
commit | 77b70f92df3a7151126a5e4ad1be0b5deef3477a (patch) | |
tree | 4c6881cd48ebc565ce4efbabbd57b789619ce5af /make/build.xml | |
parent | 232aee061552a4091fce7368ea8bc9bba8e404ff (diff) |
Adapt APK install scripts for harmonized os.and.arch names, see GlueGen commit 3b43a223253176731567c6d8b7a67c9a6110782b
Diffstat (limited to 'make/build.xml')
-rwxr-xr-x | make/build.xml | 2 |
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}" /> |