Fix SystemUI compilation when Compose flag is enabled

Bug: 282730134
Test: export SYSTEMUI_USE_COMPOSE=true && m SystemUIGoogle
Change-Id: I10d0d518605ae33f83fed5781ae437658947db2b
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index a443b5c..73fb0f0 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -65,6 +65,7 @@
                 "androidx.compose.runtime_runtime",
                 "androidx.compose.material3_material3",
                 "androidx.activity_activity-compose",
+                "androidx.compose.animation_animation-graphics",
             ],
 
             // By default, Compose is disabled and we compile the ComposeFacade