diff options
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"/> |