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

Fix: 400448881
Flag: EXEMPT build flag: release_enable_compose_in_launcher.
Test: Manual
Change-Id: I20c417ff6bc97194b9f84b6a5e5a642b7ad42719
This commit is contained in:
Jordan Silva
2025-05-19 03:07:33 -07:00
parent 34d1359072
commit 3551983a01
+2
View File
@@ -234,6 +234,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
@@ -260,6 +261,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