| Dave Mankoff | 9941659 | 2022-11-10 22:57:43 +0000 | [diff] [blame] | 1 | -include proguard_common.flags |
| Jared Duke | 629526d | 2022-02-08 11:28:34 -0800 | [diff] [blame] | 2 | |
| Dave Mankoff | 9941659 | 2022-11-10 22:57:43 +0000 | [diff] [blame] | 3 | -keep class com.android.systemui.SystemUIInitializerImpl { |
| Winson Chung | b754f52 | 2020-08-03 22:17:08 -0700 | [diff] [blame] | 4 | *; |
| 5 | } |
| Dave Mankoff | 8552807 | 2020-08-06 10:32:25 -0400 | [diff] [blame] | 6 | |
| Nikolas Havrikov | ee2f596 | 2023-05-15 13:53:24 +0200 | [diff] [blame] | 7 | -keep,allowoptimization,allowaccessmodification class com.android.systemui.dagger.DaggerReferenceGlobalRootComponent** { !synthetic *; } |