Merge "Put back @interface in proguard flags"

This commit is contained in:
Delphine Martin
2016-03-15 08:36:07 +00:00
committed by Gerrit Code Review
+1 -1
View File
@@ -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 *;
}