Skip to content

Commit

Permalink
native.tag.jar: include *.symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
sgothel committed Jan 2, 2020
1 parent 18c8834 commit 5a59c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion make/build.xml
Expand Up @@ -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}" />
includelibs="*${output.lib.name}.${native.library.suffix} *.symbols" />

<!-- 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"/>
Expand Down
1 change: 1 addition & 0 deletions make/gluegen-cpptasks-base.xml
Expand Up @@ -1909,6 +1909,7 @@
<attribute name="excludelibs" default="" />
<sequential>

<echo message="native.tag.jar @{module} for @{nativejarfile} include @{includelibs} exclude @{excludelibs}"/>
<var name="nativejarfile.basename" unset="true"/>
<var name="nativejarfile.tmpdir" unset="true"/>
<var name="nativejarfile.tmpdir.natives" unset="true"/>
Expand Down

0 comments on commit 5a59c20

Please sign in to comment.