blob: 883dde6d86aa76141884d868e8c9aae12db44439 [file] [log] [blame]
# Any class or method annotated with NeededForTesting or NeededForReflection.
-keep @com.android.contacts.test.NeededForTesting class *
-keep @com.android.contacts.test.NeededForReflection class *
-keepclassmembers class * {
@com.android.contacts.test.NeededForTesting *;
@com.android.contacts.test.NeededForReflection *;
}
-verbose