From 6f6da9a04c1a1ef61988e5f7cde7c486372673e1 Mon Sep 17 00:00:00 2001 From: srowen Date: Wed, 29 Oct 2008 15:42:22 +0000 Subject: [PATCH] moved ProGuard optimization into Android build file since it's the only way to fully optimize the final build product (inlining of key methods). Also always dump proguard results. git-svn-id: https://zxing.googlecode.com/svn/trunk@649 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/build.xml | 62 ++++++++++++++++++++++++++++++++++++++++++++--- core/build.xml | 13 ++-------- javame/build.xml | 2 ++ 3 files changed, 62 insertions(+), 15 deletions(-) diff --git a/android/build.xml b/android/build.xml index 797df7981..cba1c990d 100644 --- a/android/build.xml +++ b/android/build.xml @@ -1,4 +1,4 @@ - + Converting compiled files and external libraries into ${outdir}/${dex-file}... @@ -171,6 +215,17 @@ limitations under the License. + + Converting compiled files and external libraries into ${outdir}/${dex-file}... + + + + + + + + + Packaging resources and assets... @@ -238,7 +293,7 @@ only when the assets dir exists. --> - + Packaging ${out-unsigned-package} for release... @@ -249,8 +304,6 @@ only when the assets dir exists. --> - - It will need to be signed with jarsigner before being published. @@ -284,6 +337,7 @@ only when the assets dir exists. --> + diff --git a/core/build.xml b/core/build.xml index 1d03c5353..bf82802eb 100644 --- a/core/build.xml +++ b/core/build.xml @@ -87,21 +87,11 @@ + - - - - - - - - - - - @@ -188,6 +178,7 @@ + diff --git a/javame/build.xml b/javame/build.xml index 7eeda6d4c..b034b1c6c 100644 --- a/javame/build.xml +++ b/javame/build.xml @@ -121,6 +121,7 @@ + @@ -157,6 +158,7 @@ +