diff options
author | Sven Gothel <[email protected]> | 2012-03-27 05:12:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-03-27 05:12:51 +0200 |
commit | dd19355464d63ff2e77013f2e537e49d3ba750a1 (patch) | |
tree | af143aa910a14c02b18a2258ad32e68f5cb33a6d /make/build.xml | |
parent | 90660b99631668193e853012459c8d242951e03a (diff) |
Add *.apk files to the 7z archive [for deployment]
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 1 |
1 files changed, 1 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"> |