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.flags6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/SystemUI/proguard.flags b/packages/SystemUI/proguard.flags
index 61147281da6f..c28f96de30d3 100644
--- a/packages/SystemUI/proguard.flags
+++ b/packages/SystemUI/proguard.flags
@@ -21,9 +21,13 @@
-keep class com.android.systemui.statusbar.tv.TvStatusBar
-keep class com.android.systemui.car.CarSystemUIFactory
-keep class com.android.systemui.SystemUIFactory
+-keep class org.protonaosp.systemui.CustomSystemUIFactory
-keep class com.android.systemui.tv.TvSystemUIFactory
-keep class * extends com.android.systemui.SystemUI
-keep class * implements com.android.systemui.SystemUI$Injector
+-keep class * implements com.android.systemui.biometrics.UdfpsHbmProvider {
+ public <init>(...);
+}
-keepclasseswithmembers class * {
public <init>(android.content.Context, android.util.AttributeSet);
@@ -53,4 +57,4 @@
-keep class com.android.systemui.dagger.GlobalRootComponent { *; }
-keep class com.android.systemui.dagger.GlobalRootComponent$SysUIComponentImpl { *; }
-keep class com.android.systemui.dagger.Dagger** { *; }
--keep class com.android.systemui.tv.Dagger** { *; } \ No newline at end of file
+-keep class com.android.systemui.tv.Dagger** { *; }