Add material-icons-extended dependency
To support extended icons in SysUI compose features.
One use case is the Icons.Outlined.Widgets, which is not part of the material core library.
Bug: b/313462210
Flag: NA
Test: mp sysuititan
Change-Id: I7bb31af00b1373cc9c7e04e331e72e081d343491
diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp
index cc5dfc6..42107b7 100644
--- a/packages/SystemUI/Android.bp
+++ b/packages/SystemUI/Android.bp
@@ -65,6 +65,7 @@
"androidx.compose.runtime_runtime",
"androidx.compose.material3_material3",
+ "androidx.compose.material_material-icons-extended",
"androidx.activity_activity-compose",
"androidx.compose.animation_animation-graphics",
],