10 lines
348 B
Plaintext
10 lines
348 B
Plaintext
# 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
|