commit | 1666e7cdf879937f21a342dbbca4645be224a99a | [log] [tgz] |
---|---|---|
author | Beverly <beverlyt@google.com> | Mon Oct 17 13:29:50 2022 +0000 |
committer | Beverly Tai <beverlyt@google.com> | Wed Oct 19 13:42:03 2022 +0000 |
tree | ecbc881ffac5e7ca0547013cdfa3a5de6d3ce78c | |
parent | f71a0036c0f1c7bd6f76697dc7451d0b3082ce61 [diff] [blame] |
Move LogBuffer to sysui/plugins Consequently, RingBuffer is also moved to SysUI/plugins Test: builds, logs still work (see dumpsys) Test: atest SystemUITests Bug: 253490717 Change-Id: I91e3ef3ebdc6a2d929b2c1ae8ef158aeffa4c733 Merged-In: I91e3ef3ebdc6a2d929b2c1ae8ef158aeffa4c733
diff --git a/packages/SystemUI/plugin/Android.bp b/packages/SystemUI/plugin/Android.bp index cafaaf8..7709f21 100644 --- a/packages/SystemUI/plugin/Android.bp +++ b/packages/SystemUI/plugin/Android.bp
@@ -33,6 +33,7 @@ static_libs: [ "androidx.annotation_annotation", + "error_prone_annotations", "PluginCoreLib", "SystemUIAnimationLib", ],