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 | |
Yifei Zhang | cedd452 | 2023-10-31 11:21:32 -0700 | [diff] [blame] | 7 | -keep,allowoptimization,allowaccessmodification class com.android.systemui.dagger.DaggerReferenceGlobalRootComponent** { !synthetic *; } |