summaryrefslogtreecommitdiff
path: root/tests/activity
diff options
context:
space:
mode:
author Mark Renouf <mrenouf@google.com> 2024-03-25 13:33:31 -0400
committer Mark Renouf <mrenouf@google.com> 2024-03-25 13:33:31 -0400
commitc8270489d1f77c18e59314f291d0a939e2574db7 (patch)
treeb692b2a0b3d09746d926a95cb73be0c7bd71223d /tests/activity
parenteebc0396f99ebeb4a214d5b7acda267352595d82 (diff)
Adds dependency on official mockito-kotlin extensions
Bug: NA Test: NA Flag: NA Change-Id: I2fd4e0550845d7a43dbab18480c7bcfe485a7d60
Diffstat (limited to 'tests/activity')
-rw-r--r--tests/activity/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/activity/Android.bp b/tests/activity/Android.bp
index f69caf0e..4e8f9fc8 100644
--- a/tests/activity/Android.bp
+++ b/tests/activity/Android.bp
@@ -53,6 +53,7 @@ android_test {
"junit",
"kotlinx_coroutines_test",
"mockito-target-minus-junit4",
+ "mockito-kotlin2",
"testables",
"truth",
"truth-java8-extension",