Add FeatureHighlight library to proguard.
am: 4a2abe9db2

Change-Id: Icfca14dca3a1eb8bf3b194fd208e4cbbf043f3b8
diff --git a/proguard.flags b/proguard.flags
index e145edc..7b9bc89 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 { *;}