[SCM] Multi-format 1D/2D barcode image processing library branch, upstream, updated. 24d4480bc48cf9eabf7b2bd2f528248b0e458809

srowen srowen at 59b500cc-1b3d-0410-9834-0bbf25fbcc57
Wed Aug 4 01:31:57 UTC 2010


The following commit has been merged in the upstream branch:
commit 18efd0f44796d4da954192bf64a7d61611c0cd4e
Author: srowen <srowen at 59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Date:   Tue Jun 8 23:05:28 2010 +0000

    Need to not generate debug info in Android as well now in order to satisfy new Proguard and dex releases?
    
    git-svn-id: http://zxing.googlecode.com/svn/trunk@1419 59b500cc-1b3d-0410-9834-0bbf25fbcc57

diff --git a/android/build.xml b/android/build.xml
index fa683d6..9051234 100644
--- a/android/build.xml
+++ b/android/build.xml
@@ -173,7 +173,7 @@ limitations under the License.
 
   <!-- Compile this project's .java files into .class files. -->
   <target name="compile" depends="resource-src, aidl">
-    <javac encoding="ascii" target="1.5" debug="true" extdirs=""
+    <javac encoding="ascii" target="1.5" debug="false" extdirs=""
            destdir="${out-classes}"
            bootclasspathref="android.target.classpath">
       <src path="${source-folder}" />

-- 
Multi-format 1D/2D barcode image processing library



More information about the Pkg-google-commits mailing list