aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-07-03 16:52:39 +0200
committerSven Gothel <[email protected]>2014-07-03 16:52:39 +0200
commit043a9f751ab24e1c50a333d97a7f8f78e5e2a7a1 (patch)
treee373a491dd5758da23f5a0377a53216674e41e00 /make/build-test.xml
parent556d92b63555a085b25e32b1cd55afce24edd07a (diff)
Bug 1021: Fix remaining build issues if sub-module oculusvr-sdk is missing
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index daa5e563d..88d40bc39 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -123,6 +123,7 @@
<target name="test.compile.android" if="android-jars.available">
<!-- Perform the junit pass Java Android compile -->
<javac destdir="${classes}"
+ excludes="${java.part.test.oculusvr}"
fork="yes"
includeAntRuntime="false"
memoryMaximumSize="${javac.memorymax}"