summaryrefslogtreecommitdiffstats
path: root/tests/proguard.flags
blob: d9d7942b4763295b46e6ec0a73164e615f329233 (plain)
1
2
3
4
5
6
7
8
9
# 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