diff options
author | Sven Gothel <[email protected]> | 2020-01-04 18:42:46 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-04 18:42:46 +0100 |
commit | f60f93ed99abda686f4ef3cde38ba4e553375ce9 (patch) | |
tree | 569db7283ee4e5469132721bc0d45db9da7edf6a | |
parent | b3dd1c7e9ea3eb8b8b4863d9befdd3303d62fe8e (diff) |
native.tag.jar: Revert explicit inclusion of *.symbols file
reverting commit b3dd1c7e9ea3eb8b8b4863d9befdd3303d62fe8e
-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 d87126c..7bd3490 100755 --- a/make/build.xml +++ b/make/build.xml @@ -487,7 +487,7 @@ nativejarfile="${build}/jar/joal-natives-${os.and.arch}.jar" manifestfile="${build}/tempversion-natives" module="openal" - includelibs="*joal.${native.library.suffix} *soft_oal.${native.library.suffix} *openal.${native.library.suffix} *openal*.1*.${native.library.suffix} *.symbols" /> + includelibs="*joal.${native.library.suffix} *soft_oal.${native.library.suffix} *openal.${native.library.suffix} *openal*.1*.${native.library.suffix}" /> <!-- Produce duplicates for different configurations, since non-native-jar aliasing (Bug 1023/Bug 1024) --> <copy file="${build}/jar/joal-natives-${os.and.arch}.jar" tofile="${build}/jar/joal-android-natives-${os.and.arch}.jar"/> </target> |