diff --git a/Android.bp b/Android.bp index a4a058fce0..34b9937312 100644 --- a/Android.bp +++ b/Android.bp @@ -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