blob: 9d326ff781844060b56a1ca97272082ba6fa6a3b [file] [log] [blame] [edit]
# 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 *;
}
-keep class com.android.server.telecom.TelecomSystem {
*;
}
-keep class android.telecom.Log {
*;
}