diff options
author | Sven Gothel <[email protected]> | 2011-09-28 13:17:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-28 13:17:51 +0200 |
commit | e70d4a081750fc1386435f37c86d66fadb66d988 (patch) | |
tree | 96df2dd5a2e5e5238935e0c4b411be513b8a6423 /make/jogamp-androidtasks.xml | |
parent | 110235691f8fda62b61256893d74f952dc596223 (diff) |
Android apk's jarsrcdir: exclude all sources. TODO: need better custom resources inclusion
Diffstat (limited to 'make/jogamp-androidtasks.xml')
-rw-r--r-- | make/jogamp-androidtasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/jogamp-androidtasks.xml b/make/jogamp-androidtasks.xml index 666228b..8f8adbe 100644 --- a/make/jogamp-androidtasks.xml +++ b/make/jogamp-androidtasks.xml @@ -89,7 +89,7 @@ <copy todir="${m.aapt.build.apk}/image" failonerror="false" includeEmptyDirs="false"> <fileset dir="@{jarsrcdir}" includes="**" - excludes="**/*.java"/> + excludes="**/*.java **/*.class **/*.h **/*.c **/*.m"/> </copy> <copy file="@{androidmanifest.path}" tofile="${m.aapt.build.apk}/image/AndroidManifest.xml"/> |