aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 19e61e066..a69124672 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -58,6 +58,7 @@
-->
<target name="android.test.package" if="isAndroid">
<aapt.signed
+ assetsdir="resources/assets-test"
jarsrcdir="${src}/test"
jarbuilddir="${jar}"
jarbasename="jogl.test"
@@ -97,6 +98,8 @@
to get the same resource file twice in the jar) -->
<fileset dir="${classes}"
includes="${java.part.test}"/>
+ <fileset dir="resources/assets-test"
+ includes="**" />
</jar>
</target>