From e8553801b15c92c355759dba6f474846a769c98e Mon Sep 17 00:00:00 2001 From: srowen Date: Fri, 22 Feb 2008 18:13:00 +0000 Subject: [PATCH] Now can use "-Ddebug=true" on the command line to build a non-optimized build with debug symbols. Also added check for ProGuard. git-svn-id: https://zxing.googlecode.com/svn/trunk@222 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- android/build.xml | 38 ++++++++++++++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 4 deletions(-) diff --git a/android/build.xml b/android/build.xml index f19d5f4b8..fa69b0c62 100644 --- a/android/build.xml +++ b/android/build.xml @@ -72,6 +72,18 @@ + + + + + + + + + + + + @@ -108,7 +120,7 @@ - @@ -119,7 +131,7 @@ - + @@ -140,12 +152,30 @@ + + + + + + + + + + + + + + + + + + - - + +