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

Commit 6c6a256c authored by Christoffer Adamsen's avatar Christoffer Adamsen Committed by Automerger Merge Worker
Browse files

Explicitly keep default constructor in rules without members am: d6faede9

parents b3df3b8c d6faede9
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
-verbose
-keep @com.android.internal.annotations.VisibleForTesting class *
# TODO(b/373579455): Evaluate if <init> needs to be kept.
-keep @com.android.internal.annotations.VisibleForTesting class * {
  void <init>();
}
-keep public class * extends android.widget.ListView {
  public *;
}