summaryrefslogtreecommitdiff
path: root/proguard.flags
diff options
context:
space:
mode:
authorTingting Wang <tingtingw@google.com>2016-08-07 17:06:40 -0700
committerTingting Wang <tingtingw@google.com>2016-08-07 17:06:40 -0700
commit4a2abe9db22cb04f265aae57168609ca8a57900e (patch)
tree01beb38a229bdd5db234ade5e53711de1b3f9a0c /proguard.flags
parent7abfb4a5ad417f0db504d5f36636699e7353c0db (diff)
downloadContacts-4a2abe9db22cb04f265aae57168609ca8a57900e.tar.gz
Add FeatureHighlight library to proguard.
Otherwise, in userdebug mode, there is no animation on promo. BUG 29877098 Change-Id: Ic833af7bc33d32c68490a22fa8b7a61219bc63e4
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags2
1 files changed, 2 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index bad57a9db..baff4b6b4 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -9,6 +9,8 @@
public void *(android.view.MenuItem);
}
+-keep class com.google.android.libraries.material.featurehighlight.** { *;}
+
-keep class com.android.contacts.common.** { *;}
# For test:
-keep class com.android.contacts.commonbind.analytics.AnalyticsUtil { *;}