Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df2be5a9 authored by John Shao's avatar John Shao
Browse files

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
parent bfb1d366
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
-useuniqueclassmembernames

-keep class * implements android.os.Parcelable { *; }

-keep class com.android.contacts.model.Sources {
  public <init>(...);
}