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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user