diff options
Diffstat (limited to 'proguard.flags')
-rw-r--r-- | proguard.flags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proguard.flags b/proguard.flags index 40ef035fc..38d4050de 100644 --- a/proguard.flags +++ b/proguard.flags @@ -6,9 +6,9 @@ } # Any class or method annotated with NeededForTesting or NeededForReflection. --keep @com.android.contacts.common.test.NeededForTesting class * +-keep @com.android.contacts.common.testing.NeededForTesting class * -keepclassmembers class * { -@com.android.contacts.common.test.NeededForTesting *; +@com.android.contacts.common.testing.NeededForTesting *; @com.android.dialer.NeededForReflection *; } |