Merge "Add "PlatformComposeCore" from SystemUI to use theming and common compose libs." into main

This commit is contained in:
Treehugger Robot
2025-05-19 04:42:31 -07:00
committed by Android (Google) Code Review
+2
View File
@@ -235,6 +235,7 @@ launcher_compose_java_defaults {
static_libs: [
"androidx.compose.runtime_runtime",
"androidx.compose.material3_material3",
"PlatformComposeCore",
],
// By default, Compose is disabled and we compile the ComposeFacade
@@ -261,6 +262,7 @@ quickstep_compose_java_defaults {
static_libs: [
"androidx.compose.runtime_runtime",
"androidx.compose.material3_material3",
"PlatformComposeCore",
],
// By default, Compose is disabled and we compile the ComposeFacade