Yifei Zhang | cedd452 | 2023-10-31 11:21:32 -0700 | [diff] [blame^] | 1 | # The plugins and core log subpackages act as shared libraries that might be referenced in |
2 | # dynamically-loaded plugin APKs. | ||||
3 | -keep class com.android.systemui.plugins.** { | ||||
4 | *; | ||||
5 | } | ||||
6 | |||||
7 | -keep class com.android.systemui.log.core.** { | ||||
8 | *; | ||||
9 | } |