Fix ub-contactsdialer-master-dev build breakage
Remove proguard flag causing issue.
Test: Built GoogleContacts user in make in master-dev with this change
cherrypicked
Change-Id: Ie8ed331858e0c8396c497aae899caf805c280dcf
diff --git a/proguard.flags b/proguard.flags
index c71cc1c..75fbfd7 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -1,7 +1,3 @@
--useuniqueclassmembernames
-
--keep class * implements android.os.Parcelable { *; }
-
-keep class com.android.contacts.model.Sources {
public <init>(...);
}