summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-10-28 16:14:47 -0700
committerYorke Lee <yorkelee@google.com>2015-10-28 16:15:00 -0700
commitd743fddb568cb10c6a42faea397b519ccb72cb2a (patch)
tree0d6c51fdf4196876dc5588eb92dc7e4f9b556003
parentbb8cedc66c0cac470bebf7d0006f9e67e550589c (diff)
Fix some proguard rules to fix tests
Don't strip some ContactsCommon classes to allow tests to run. Change-Id: Ic057237dffc68663a4da517efc150da334a3574a
-rw-r--r--proguard.flags2
1 files changed, 2 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index 185d5eb77..6eed9983d 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -5,6 +5,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 *
-keepclassmembers class * {