diff options
author | Rami Santina <[email protected]> | 2011-08-02 16:52:56 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-08-02 16:52:56 +0300 |
commit | ecad1c4d31e5f95879914396002437517c97d9dd (patch) | |
tree | 62314a8d27b91340b991569c4f383b9679420448 /make | |
parent | 6508b1bd4bdc1bb7ef71bfeb96052fae67a2f425 (diff) |
Initial android newt input event transformation
Diffstat (limited to 'make')
-rw-r--r-- | make/build-newt.xml | 2 |
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" |