blob: abac27f0cbe6a01f530d51f2c9273a37f4563f51 [file] [log] [blame]
Yifei Zhangcedd4522023-10-31 11:21:32 -07001# 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}