summaryrefslogtreecommitdiff
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags3
1 files changed, 1 insertions, 2 deletions
diff --git a/proguard.flags b/proguard.flags
index 2447bfd0d..40ef035fc 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -7,10 +7,9 @@
# Any class or method annotated with NeededForTesting or NeededForReflection.
-keep @com.android.contacts.common.test.NeededForTesting class *
--keep @com.android.dialer.test.NeededForReflection class *
-keepclassmembers class * {
@com.android.contacts.common.test.NeededForTesting *;
-@com.android.dialer.test.NeededForReflection *;
+@com.android.dialer.NeededForReflection *;
}
-verbose