summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2015-02-03 00:26:33 +0100
committerSven Gothel <[email protected]>2015-02-03 00:26:33 +0100
commitb81b9e14f24de0cbc66ab500afe0f8db7a058b96 (patch)
tree5f2c957cf03e381ba94217c867c8752f1b714be2 /make/build.xml
parent84a5372eda5da00a1c4ce51d9d9faea68523dbd6 (diff)
Adapt APK install scripts for harmonized os.and.arch names, see GlueGen commit 3b43a223253176731567c6d8b7a67c9a6110782b
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 0136199e..9954c160 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -201,7 +201,7 @@
<!-- The resulting jocl.jar. -->
<property name="jocl.jar" value="${build}/jar/jocl.jar" />
<property name="jocl-android.jar" value="${build}/jar/jocl-android.jar" />
- <property name="jocl-android.apk" value="${build}/jar/jocl-android-${android.abi}.apk" />
+ <property name="jocl-android.apk" value="${build}/jar/jocl-${os.and.arch}.apk" />
<path id="jocl_all.classpath">
<pathelement location="${gluegen-rt.jar}" />
@@ -747,7 +747,7 @@
<srcfiles dir= "." includes="*.xml"/>
<srcfiles dir= "${src.java}" includes="**"/>
<srcfiles dir= "${src.generated}" includes="**"/>
- <mapper type="merge" to="${build}/jar/jocl-android-${android.abi}.apk"/>
+ <mapper type="merge" to="${build}/jar/jocl-${os.and.arch}.apk"/>
</uptodate>
</target>