From fd86090bfa9e89b74b4902c6424bd2019017effd Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Tue, 23 Apr 2024 21:39:17 +0900 Subject: Remove unnecessary static lib from SystemUI's Android.bp androidx.test.rules is already a dependency of SystemUI-tests-base target, and all other changes in the original commit 8168199b4aa1bbbaf8414627032a22407c4f6f78 are covered by it. Bug: 336392614 Test: SystemUI & SystemUITests build. Change-Id: I1e36c297aec4ffc4738327381dd58fd50ce20c45 --- packages/SystemUI/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 892d90757fca..5e11e1aa6a26 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -169,7 +169,6 @@ android_library { "androidx.compose.material_material-icons-extended", "androidx.activity_activity-compose", "androidx.compose.animation_animation-graphics", - "androidx.test.rules", ], libs: [ "keepanno-annotations", -- cgit v1.2.3-59-g8ed1b