commit | f774983a5d084805c48947f1b3a9921209ff1bca | [log] [tgz] |
---|---|---|
author | Delphine Martin <delphinemartin@google.com> | Tue Mar 15 08:36:07 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 15 08:36:07 2016 +0000 |
tree | 7addbf957fe5ff23aaa281ff4b4922840a8bcfd2 | |
parent | 374af0d0d04c5c4baaa2fde328c6795a0a9a76e2 [diff] | |
parent | 83eba641b226a5a5cf683a43b32256a7ff2073c0 [diff] |
Merge "Put back @interface in proguard flags"
diff --git a/proguard.flags b/proguard.flags index 76b033c..759f2d4 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -23,7 +23,7 @@ } # Keep methods that have the @VisibleForAnimation annotation --keep interface com.android.messaging.annotation.VisibleForAnimation +-keep @interface com.android.messaging.annotation.VisibleForAnimation -keepclassmembers class * { @com.android.messaging.annotation.VisibleForAnimation *; }