diff options
author | Ying Wang <wangying@google.com> | 2013-08-14 09:22:01 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-08-14 09:22:01 -0700 |
commit | b9eee184f2ab291f5af6520c41f90a8857c4bd73 (patch) | |
tree | 20be981da8303f60c279d577a559356a0ca7b67a /core | |
parent | 387751401ca83e4419444247a176f2ea1f35a50b (diff) | |
parent | e391e7a86e806bd3d2549b6d12736166fafb746f (diff) | |
download | build-b9eee184f2ab291f5af6520c41f90a8857c4bd73.zip build-b9eee184f2ab291f5af6520c41f90a8857c4bd73.tar.gz build-b9eee184f2ab291f5af6520c41f90a8857c4bd73.tar.bz2 |
am e391e7a8: Remove -allowaccessmodification from the basic Proguard flags
* commit 'e391e7a86e806bd3d2549b6d12736166fafb746f':
Remove -allowaccessmodification from the basic Proguard flags
Diffstat (limited to 'core')
-rw-r--r-- | core/proguard_basic_keeps.flags | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/proguard_basic_keeps.flags b/core/proguard_basic_keeps.flags index 0ce81ef..af0e05d 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 |