Put back @interface in proguard flags

This was a workaround when @interface was not supported.
Bug: 27217036

Change-Id: Iaa96fd9ffc2a39994a3177caa8d9da5dcfc6c91e
This commit is contained in:
Delphine Martin
2016-03-11 16:29:28 +01:00
parent f77da20064
commit 83eba641b2
+1 -1
View File
@@ -23,7 +23,7 @@
} }
# Keep methods that have the @VisibleForAnimation annotation # Keep methods that have the @VisibleForAnimation annotation
-keep interface com.android.messaging.annotation.VisibleForAnimation -keep @interface com.android.messaging.annotation.VisibleForAnimation
-keepclassmembers class * { -keepclassmembers class * {
@com.android.messaging.annotation.VisibleForAnimation *; @com.android.messaging.annotation.VisibleForAnimation *;
} }