Remove -allowaccessmodification from the basic Proguard flags

It seems with that flag Proguard modifies the class files in a way that
Dalvik does not like.
Bug: 10307364

Change-Id: If0cc7552da00ae8a3a3a39a9f2f029819ca3164a
This commit is contained in:
Ying Wang 2013-08-13 17:40:24 -07:00
parent 08c07c5903
commit e391e7a86e
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# see http://sourceforge.net/tracker/?func=detail&aid=2787465&group_id=54750&atid=474707
-optimizations !code/simplification/arithmetic
-optimizations !code/simplification/cast
-allowaccessmodification
# To prevent name conflict in incremental obfuscation.
-useuniqueclassmembernames