Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68a5f422 authored by Coco Duan's avatar Coco Duan
Browse files

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
parent 031dd588
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ systemui_compose_java_defaults {

                "androidx.compose.runtime_runtime",
                "androidx.compose.material3_material3",
                "androidx.compose.material_material-icons-extended",
                "androidx.activity_activity-compose",
                "androidx.compose.animation_animation-graphics",
            ],
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ android_library {
        "androidx.compose.runtime_runtime",
        "androidx.compose.animation_animation-graphics",
        "androidx.compose.material3_material3",
        "androidx.compose.material_material-icons-extended",
        "androidx.activity_activity-compose",
    ],