diff options
Diffstat (limited to 'tests/Android.bp')
-rw-r--r-- | tests/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.bp b/tests/Android.bp index 7a8359723..76681f669 100644 --- a/tests/Android.bp +++ b/tests/Android.bp @@ -26,7 +26,7 @@ android_test { ], static_libs: [ - "android-support-test", + "androidx.test.rules", "mockito-target-minus-junit4", ], libs: [ |