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

Commit 2d221151 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 am: 6c6a256c

parents c8a8e0cf 6c6a256c
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 *;
}