summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/build.xml1
-rwxr-xr-xmake/scripts/make.gluegen.all.android-armv7-cross.sh1
2 files changed, 2 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index 96c3f62..de9f168 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -899,6 +899,7 @@
<mkdir dir="${archive}/jar" />
<copy todir="${archive}/jar">
<fileset dir="${build}" includes="gluegen*.jar"/>
+ <fileset dir="${build}" includes="gluegen*.apk"/>
</copy>
<mkdir dir="${archive}/lib" />
<copy todir="${archive}/lib">
diff --git a/make/scripts/make.gluegen.all.android-armv7-cross.sh b/make/scripts/make.gluegen.all.android-armv7-cross.sh
index 321d6a3..5572479 100755
--- a/make/scripts/make.gluegen.all.android-armv7-cross.sh
+++ b/make/scripts/make.gluegen.all.android-armv7-cross.sh
@@ -87,6 +87,7 @@ export GLUEGEN_CPPTASKS_FILE="lib/gluegen-cpptasks-android-armv7.xml"
which gcc 2>&1 | tee make.gluegen.all.android-armv7-cross.log
+#BUILD_ARCHIVE=true \
ant \
-Drootrel.build=build-android-armv7 \
$* 2>&1 | tee -a make.gluegen.all.android-armv7-cross.log