summaryrefslogtreecommitdiff
path: root/packages/SystemUI/proguard.flags
blob: 42b592346e5f5631ccabfd532d1cb31dfbb3343f (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 *; }