aboutsummaryrefslogtreecommitdiffstats
path: root/make/build-newt.xml
diff options
context:
space:
mode:
authorRami Santina <[email protected]>2011-08-02 16:52:56 +0300
committerRami Santina <[email protected]>2011-08-02 16:52:56 +0300
commitecad1c4d31e5f95879914396002437517c97d9dd (patch)
tree62314a8d27b91340b991569c4f383b9679420448 /make/build-newt.xml
parent6508b1bd4bdc1bb7ef71bfeb96052fae67a2f425 (diff)
Initial android newt input event transformation
Diffstat (limited to 'make/build-newt.xml')
-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"