summaryrefslogtreecommitdiff
path: root/packages/SystemUI/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'packages/SystemUI/proguard.flags')
-rw-r--r--packages/SystemUI/proguard.flags3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/proguard.flags b/packages/SystemUI/proguard.flags
index 7538555e1bcd..f96644fbd667 100644
--- a/packages/SystemUI/proguard.flags
+++ b/packages/SystemUI/proguard.flags
@@ -22,6 +22,9 @@
-keep class ** extends androidx.preference.PreferenceFragment
-keep class com.android.systemui.tuner.*
+
+# The plugins subpackage acts as a shared library that might be referenced in
+# dynamically-loaded plugin APKs.
-keep class com.android.systemui.plugins.** {
*;
}