diff options
author | Sven Gothel <[email protected]> | 2020-01-04 18:46:33 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2020-01-04 18:46:33 +0100 |
commit | 26024b4b205d34563c641578dc1d2791cb1a03d9 (patch) | |
tree | 4717a22c0f9c12615051a749042c39bf47e330e9 /make/build.xml | |
parent | 5a59c20f9bd9be5c20b176720810dd5a95a75d87 (diff) |
native.tag.jar: Revert explicit inclusion of *.symbols file -> implicit inclusion/exclusion based on build.dynamiclibs
Exclude *.symbols files implicitly when building 'build.dynamiclibs'
and include *.symbols files implicitly when not building 'build.dynamiclibs' (static libs)
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml index 07ef699..396cc75 100644 --- a/make/build.xml +++ b/make/build.xml @@ -557,7 +557,7 @@ nativejarfile="${build}/gluegen-rt-natives-${os.and.arch}.jar" manifestfile="${build}/Manifest-rt-natives.temp" module="common" - includelibs="*${output.lib.name}.${native.library.suffix} *.symbols" /> + includelibs="*${output.lib.name}.${native.library.suffix}" /> <!-- Produce duplicates for different configurations, since non-native-jar aliasing (Bug 1023/Bug 1024) --> <copy file="${build}/gluegen-rt-natives-${os.and.arch}.jar" tofile="${build}/gluegen-rt-android-natives-${os.and.arch}.jar"/> |