commit | 38928d30027f4563aadc5678b8c532ac1a6d7ddc | [log] [tgz] |
---|---|---|
author | Mike Schneider <michschn@google.com> | Mon Jun 26 14:55:57 2023 +0200 |
committer | Mike Schneider <michschn@google.com> | Thu Jun 29 12:10:37 2023 +0200 |
tree | 010a48a461d0595b16129bd163f097faba969e26 | |
parent | acf0dad9f7d996b28a3ab034cc7a38ff38929f24 [diff] [blame] |
Add shapes to PIN bouncer Bug: 282730134 Test: Manual verification. Please see video capture attached to b/282730134. Test: Model unit tests Change-Id: I59acd3332ea20dddf39e7b188764f6fe7b8ba0d0
diff --git a/packages/SystemUI/compose/features/Android.bp b/packages/SystemUI/compose/features/Android.bp index 8f8bb1b..c6438c9 100644 --- a/packages/SystemUI/compose/features/Android.bp +++ b/packages/SystemUI/compose/features/Android.bp
@@ -34,6 +34,7 @@ "PlatformComposeCore", "androidx.compose.runtime_runtime", + "androidx.compose.animation_animation-graphics", "androidx.compose.material3_material3", "androidx.activity_activity-compose", ],