diff options
| author | 2024-04-23 21:39:17 +0900 | |
|---|---|---|
| committer | 2024-04-23 16:46:07 +0000 | |
| commit | fd86090bfa9e89b74b4902c6424bd2019017effd (patch) | |
| tree | bdabd61d2ce8e6a0d1626bb7d301417b2cb2cd14 | |
| parent | b46d3bb63e7db3327d088056a100d775e317ae32 (diff) | |
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
| -rw-r--r-- | packages/SystemUI/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
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", |