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

Commit b7d9e797 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12974810 from e170f38d to 25Q2-release

Change-Id: I2ef2805e898b3b1013c9454d665543c09ed0068d
parents 5114e57a e170f38d
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
# Keep the annotation, classes, methods, and fields marked as UsedByReflection
-keep class com.android.dialer.proguard.UsedByReflection
-keep @com.android.dialer.proguard.UsedByReflection class *
# TODO(b/373579455): Evaluate if <init> needs to be kept.
-keep class com.android.dialer.proguard.UsedByReflection {
    void <init>();
}
# TODO(b/373579455): Evaluate if <init> needs to be kept.
-keep @com.android.dialer.proguard.UsedByReflection class * {
    void <init>();
}
-keepclassmembers class * {
    @com.android.dialer.proguard.UsedByReflection *;
}