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