summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 5d7d75d..a83333d 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -209,8 +209,14 @@
androidmanifest.path="resources/android/AndroidManifest-Test.xml"
androidresources.path="resources/android/res"
version.code="${jogamp.version.int}"
- version.name="${jogamp.version}"
- />
+ version.name="${jogamp.version}">
+ <d8-classpaths>
+ <arg line="--classpath ${junit.jar}"/>
+ <arg line="--classpath ${semver.jar}"/>
+ <arg line="--classpath ${gluegen.jar}"/>
+ <arg line="--classpath ${gluegen-test-util.jar}"/>
+ </d8-classpaths>
+ </aapt.signed>
</target>
<target name="c.configure" depends="gluegen.cpptasks.detect.os,gluegen.cpptasks.setup.compiler">