xref: /aosp_15_r20/frameworks/base/packages/SystemUI/proguard.flags (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1-include proguard_common.flags
2
3-keep class com.android.systemui.SystemUIInitializerImpl {
4    *;
5}
6
7-keep,allowoptimization,allowaccessmodification class com.android.systemui.dagger.DaggerReferenceGlobalRootComponent** { !synthetic *; }
8