Merge "Fix SystemUI compilation when Compose flag is enabled" into udc-qpr-dev am: 02f76c6177

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23879276

Change-Id: I8ad1a98e80ea748afb92c286c58a0e83bdb05894
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-07-06 10:43:54 +00:00
committed by Automerger Merge Worker

View File

@@ -65,6 +65,7 @@ systemui_compose_java_defaults {
"androidx.compose.runtime_runtime", "androidx.compose.runtime_runtime",
"androidx.compose.material3_material3", "androidx.compose.material3_material3",
"androidx.activity_activity-compose", "androidx.activity_activity-compose",
"androidx.compose.animation_animation-graphics",
], ],
// By default, Compose is disabled and we compile the ComposeFacade // By default, Compose is disabled and we compile the ComposeFacade