| commit | 14f67f4d7445ea39cbe99a285ed888cedfc17e21 | [log] [tgz] |
|---|---|---|
| author | Hawkwood Glazier <jglazier@google.com> | Tue Jun 07 17:28:09 2022 +0000 |
| committer | Hawkwood Glazier <jglazier@google.com> | Tue Jun 07 19:55:48 2022 +0000 |
| tree | e8c288b1fd0c51334f5d1f77e31baa297f0c843f | |
| parent | 02d0ac1be74e32437f512dcb680856fbef9d1e5a [diff] [blame] |
Move plugin definition to plugin library Bug: 229771520 Test: No new tests, just a package change Change-Id: 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",