From 83eba641b226a5a5cf683a43b32256a7ff2073c0 Mon Sep 17 00:00:00 2001 From: Delphine Martin Date: Fri, 11 Mar 2016 16:29:28 +0100 Subject: [PATCH] Put back @interface in proguard flags This was a workaround when @interface was not supported. Bug: 27217036 Change-Id: Iaa96fd9ffc2a39994a3177caa8d9da5dcfc6c91e --- proguard.flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *; }