Add FeatureHighlight library to proguard.

Otherwise, in userdebug mode, there is no animation on promo.

BUG 29877098

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