From 5d095ecda2e4e68855d3d6a12fcfce3086379a54 Mon Sep 17 00:00:00 2001 From: Hyunyoung Song Date: Mon, 15 Apr 2024 08:42:29 +0000 Subject: [PATCH] Include FW flag to launcher3 dependency Bug: 333390600 Test: m Launcher3 / Static import of the android.os.Flag method Flag: NA Change-Id: I1085f68092768a59c7aa70c9d8b9e229e51f023f --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index eed67f53e8..13a926bc9e 100644 --- a/Android.bp +++ b/Android.bp @@ -141,6 +141,7 @@ android_library { static_libs: [ "LauncherPluginLib", "launcher_quickstep_log_protos_lite", + "android.os.flags-aconfig-java", "androidx-constraintlayout_constraintlayout", "androidx.recyclerview_recyclerview", "androidx.dynamicanimation_dynamicanimation",