From 3551983a019a60d7a98e4112af9fcb20bbc3edce Mon Sep 17 00:00:00 2001 From: Jordan Silva Date: Mon, 3 Mar 2025 10:10:19 -0800 Subject: [PATCH] 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 --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) 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