aboutsummaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2020-01-04 18:39:52 +0100
committerSven Gothel <[email protected]>2020-01-04 18:39:52 +0100
commitc24ac9d81885e1bf77a8371ef057ceff77300bc0 (patch)
treeb5ca1aa5845e1cfbe69374c584f75d517211a256 /make/build.xml
parenta4293575bb9fadf71c8e8c59d7384f69c6718b2f (diff)
native.tag.jar: Revert explicit inclusion of *.symbols file
reverting commit a4293575bb9fadf71c8e8c59d7384f69c6718b2f
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 9d969945..69c18294 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -577,7 +577,7 @@
nativejarfile="${build}/jar/jocl-natives-${os.and.arch}.jar"
manifestfile="${build}/tempversion-natives"
module="opencl"
- includelibs="*jocl.${native.library.suffix} *jocl.symbols" />
+ includelibs="*jocl.${native.library.suffix}" />
<!-- 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"/>