blob: b534fcec2a8567e525bd5b625db3e08a71af30d4 (
plain)
1
2
3
4
5
6
7
|
-include proguard_common.flags
-keep class com.android.systemui.SystemUIInitializerImpl {
*;
}
-keep,allowoptimization,allowaccessmodification class com.android.systemui.dagger.DaggerReferenceGlobalRootComponent** { !synthetic *; }
|