From 9e44e378bb4ae6e3390d033ab830c742b47836d9 Mon Sep 17 00:00:00 2001 From: Jeremy Sim Date: Tue, 10 Oct 2023 14:54:39 -0700 Subject: [PATCH] Set up to use aconfig flags from WM Shell This CL allows Launcher and Launcher test files to use aconfig flags from WM Shell. Bug: 304597782 Test: N/A Change-Id: I291b744207ec07d5955814879987c15f4aa13140 --- Android.bp | 1 + tests/Android.bp | 1 + 2 files changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 28eee94dae..6cd559b647 100644 --- a/Android.bp +++ b/Android.bp @@ -175,6 +175,7 @@ android_library { "launcher-testing-shared", "animationlib", "com_android_launcher3_flags_lib", + "com_android_wm_shell_flags_lib", ], sdk_version: "current", min_sdk_version: min_launcher3_sdk_version, diff --git a/tests/Android.bp b/tests/Android.bp index da447b3827..f214f75ff6 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -97,6 +97,7 @@ android_library { "platform-test-rules", "testables", "com_android_launcher3_flags_lib", + "com_android_wm_shell_flags_lib", ], manifest: "AndroidManifest-common.xml", platform_apis: true,