aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/build-newt.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml
index b0600db10..55a535962 100644
--- a/make/build-newt.xml
+++ b/make/build-newt.xml
@@ -194,7 +194,7 @@
<target name="java.compile.javase">
<!-- Perform the second pass Java compile; everything. -->
<javac destdir="${classes}"
- excludes="${java.excludes.all}"
+ excludes="${java.excludes.all},**/android/**"
source="${target.sourcelevel}"
fork="yes"
includeAntRuntime="false"