aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 5bd8c6e3..60f80030 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -684,6 +684,8 @@
<exclude name="*openal*.1*.${native.library.suffix}" />
</fileset>
</jar>
+ <!-- Produce duplicates for different configurations, since non-native-jar aliasing (Bug 1023/Bug 1024) -->
+ <copy file="${build}/jar/jocl-natives-${os.and.arch}.jar" tofile="${build}/jar/jocl-android-natives-${os.and.arch}.jar"/>
</target>
<!-- ================================================================== -->