Another possible fix for issues between ProGuard and Android's dex -- don't output local var symbols

git-svn-id: https://zxing.googlecode.com/svn/trunk@454 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2008-06-19 20:48:12 +00:00
parent fb5fbccf7c
commit 09e6c3bbce

View file

@ -65,7 +65,7 @@
<arg value="-outjars core.jar"/>
<arg value="-libraryjars ${WTK-home}/lib/cldcapi11.jar"/>
<arg value="-renamesourcefileattribute SourceFile"/>
<arg value="-keepattributes Exceptions,InnerClasses,Signature,Deprecated,SourceFile,LineNumberTable,*Annotation*,EnclosingMethod"/>
<arg value="-keepattributes Exceptions,InnerClasses,Signature,!LocalVariableTable"/>
<arg value="-keep public class com.google.zxing.* { public protected *; }"/>
<arg value="-keep public class com.google.zxing.client.result.* { public protected *; }"/>
<arg value="-keep public class com.google.zxing.common.* { public protected *; }"/>