diff options
author | 2024-03-26 20:50:27 -0400 | |
---|---|---|
committer | 2024-03-26 20:50:27 -0400 | |
commit | 56c54af33d1e4a0e7d9215e90f8d5a6ba75b9ed6 (patch) | |
tree | 1255637be08d82a2374ae88e2d69a79a1b98fd9b /tests/shared | |
parent | 2f320b13c20d1e4d3c7d10415db2f0ce049ab863 (diff) |
Adds dependency on official mockito-kotlin extensions [shared]
Adds to tests/shared as well for reusable mock configs.
Test: N/A
Bug: N/A
Change-Id: Idd7705b056386cfa8402996b18ce73ea5c96a618
Diffstat (limited to 'tests/shared')
-rw-r--r-- | tests/shared/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/shared/Android.bp b/tests/shared/Android.bp index d75af5bb..249bf38f 100644 --- a/tests/shared/Android.bp +++ b/tests/shared/Android.bp @@ -31,6 +31,7 @@ java_library { static_libs: [ "hamcrest", "IntentResolver-core", + "mockito-kotlin2", "mockito-target-minus-junit4", "truth", ], |