Merge "Add common tests to GoogleContactsTests (1/2)" into ub-contactsdialer-a-dev
am: ef641ce271
* commit 'ef641ce27127326baebae9b220a874f00de1c97f':
Add common tests to GoogleContactsTests (1/2)
diff --git a/proguard.flags b/proguard.flags
index 05071df..feaa360 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -9,6 +9,8 @@
public void *(android.view.MenuItem);
}
+-keep class com.android.contacts.common.** { *;}
+
# Any class or method annotated with NeededForTesting or NeededForReflection.
-keep @com.android.contacts.common.testing.NeededForTesting class *
-keep @com.android.contacts.test.NeededForReflection class *