summaryrefslogtreecommitdiff
path: root/proguard.flags
diff options
context:
space:
mode:
authorIhab Awad <ihab@google.com>2014-03-03 14:12:57 -0800
committerIhab Awad <ihab@google.com>2014-03-07 15:14:41 -0800
commita389ad358b723ce1725662c79bfc175ddc2e558c (patch)
tree04d00fd2c2f722555c577bddf179cea53dc2687f /proguard.flags
parent022d0e9d10e02c2b71564d83ec56c952978f2831 (diff)
downloadInCallUI-a389ad358b723ce1725662c79bfc175ddc2e558c.tar.gz
Update dialpad to new look and feel.
http://b/13189041 Change-Id: I26b306300e11fd6830d40b51a705c472c89925f4
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags6
1 files changed, 6 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index bc881435..4e8310ca 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -6,3 +6,9 @@
-keepclasseswithmembers class com.android.incallui.AnimationUtils$CrossFadeDrawable {
*** setCrossFadeAlpha(...);
}
+
+# Any class or method annotated with NeededForTesting or NeededForReflection.
+-keepclassmembers class * {
+@com.android.contacts.common.test.NeededForTesting *;
+@com.android.incallui.NeededForReflection *;
+}