mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-15 08:38:20 +00:00
12 lines
601 B
Plaintext
12 lines
601 B
Plaintext
# R8's full mode is a bit more aggressive in stripping annotations, but the
|
|
# SystemUI plugin architecture requires these annotations at runtime. The
|
|
# following rules are the minimal set necessary to ensure compatibility.
|
|
# For more details, see:
|
|
# https://r8.googlesource.com/r8/+/refs/heads/master/compatibility-faq.md#r8-full-mode
|
|
-keepattributes RuntimeVisible*Annotation*,AnnotationDefault
|
|
|
|
-keep interface com.android.systemui.plugins.annotations.** {
|
|
*;
|
|
}
|
|
-keep,allowshrinking,allowoptimization,allowobfuscation,allowaccessmodification @com.android.systemui.plugins.annotations.** class *
|