commit | 44fa7428e789939b7da1d2b21adb75965af7c8d3 | [log] [tgz] |
---|---|---|
author | Hawkwood Glazier <jglazier@google.com> | Tue Jun 07 17:28:09 2022 +0000 |
committer | Hawkwood Glazier <jglazier@google.com> | Wed Jul 27 22:24:31 2022 +0000 |
tree | 99b88b11ce03d0f53c51f75641e9055ada40fcee | |
parent | bd614b00a0afadea10fb106789a7a02a43e767ff [diff] [blame] |
Move plugin definition to plugin library Bug: 229771520 Test: No new tests, just a package change Change-Id: I591c337f8f6062befdb2a08f61a1456c5af04be3 (cherry picked from commit 14f67f4d7445ea39cbe99a285ed888cedfc17e21) Merged-In: I591c337f8f6062befdb2a08f61a1456c5af04be3
diff --git a/packages/SystemUI/shared/Android.bp b/packages/SystemUI/shared/Android.bp index 165f9eb..8129716 100644 --- a/packages/SystemUI/shared/Android.bp +++ b/packages/SystemUI/shared/Android.bp
@@ -48,6 +48,7 @@ static_libs: [ "PluginCoreLib", "SystemUIAnimationLib", + "SystemUIPluginLib", "SystemUIUnfoldLib", "androidx.dynamicanimation_dynamicanimation", "androidx.concurrent_concurrent-futures",