From e391e7a86e806bd3d2549b6d12736166fafb746f Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Tue, 13 Aug 2013 17:40:24 -0700 Subject: [PATCH] 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 --- core/proguard_basic_keeps.flags | 1 - 1 file changed, 1 deletion(-) diff --git a/core/proguard_basic_keeps.flags b/core/proguard_basic_keeps.flags index 0ce81ef11..af0e05df5 100644 --- a/core/proguard_basic_keeps.flags +++ b/core/proguard_basic_keeps.flags @@ -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 -- 2.11.0