Skip to content

Commit

Permalink
Remove -allowaccessmodification from the basic Proguard flags
Browse files Browse the repository at this point in the history
It seems with that flag Proguard modifies the class files in a way that
Dalvik does not like.
Bug: 10307364

Change-Id: If0cc7552da00ae8a3a3a39a9f2f029819ca3164a
  • Loading branch information
Ying Wang committed Aug 14, 2013
1 parent 08c07c5 commit e391e7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/proguard_basic_keeps.flags
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e391e7a

Please sign in to comment.