diff options
author | Sven Gothel <[email protected]> | 2012-05-04 15:30:30 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-05-04 15:30:30 +0200 |
commit | 5ec33e91296992ff14b6b3cf471ce443ff16897c (patch) | |
tree | e8f13d3c626a15ad0ce0ae72e7c6119e49d57e3f /make/jogamp-androidtasks.xml | |
parent | 4cdda8f3d5bf219a92adffd90e72c399283d50e3 (diff) |
Android: aapt no debug, gluegen: proper version.code and launcher manifest
Diffstat (limited to 'make/jogamp-androidtasks.xml')
-rw-r--r-- | make/jogamp-androidtasks.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/make/jogamp-androidtasks.xml b/make/jogamp-androidtasks.xml index 5c68e0e..64becda 100644 --- a/make/jogamp-androidtasks.xml +++ b/make/jogamp-androidtasks.xml @@ -101,7 +101,7 @@ <exec dir="." executable="aapt" logError="true" failonerror="true" failifexecutionfails="true"> <arg line="package"/> <!-- arg line="-v"/ --> - <arg line="--debug-mode"/> + <!-- arg line=" - - debug-mode"/ --> <arg line="-f"/> <arg line="-S"/> <arg line="@{androidresources.path}"/> @@ -118,7 +118,7 @@ source="${target.sourcelevel}" target="${target.targetlevel}" bootclasspath="${target.rt.jar}" - debug="true" extdirs="" + debug="false" extdirs="" destdir="${m.aapt.build.apk}/image/lib/classes" verbose="true"> <src path="${m.aapt.build.apk}/image/lib/src" /> @@ -148,8 +148,8 @@ <echo>aapt.signed @{jarbasename}: packaging</echo> <exec dir="." executable="aapt" logError="true" failonerror="true" failifexecutionfails="true"> <arg line="package"/> - <!-- arg line="-v"/ --> - <arg line="--debug-mode"/> + <!--arg line="-v"/--> + <!-- arg line=" - - debug-mode"/ --> <arg line="-f"/> <arg line="-S" /> |