summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/build.xml2
-rwxr-xr-xmake/gluegen-cpptasks-base.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 396cc75..07ef699 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}" />
+ 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"/>
diff --git a/make/gluegen-cpptasks-base.xml b/make/gluegen-cpptasks-base.xml
index 94643f4..6c86b15 100755
--- a/make/gluegen-cpptasks-base.xml
+++ b/make/gluegen-cpptasks-base.xml
@@ -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"/>