summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'updater_sample/tests/Android.bp')
-rw-r--r--updater_sample/tests/Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/updater_sample/tests/Android.bp b/updater_sample/tests/Android.bp
index 7867770a0..806babd9e 100644
--- a/updater_sample/tests/Android.bp
+++ b/updater_sample/tests/Android.bp
@@ -23,7 +23,8 @@ android_test {
],
static_libs: [
- "android-support-test",
+ "androidx.test.runner",
+ "androidx.test.rules",
"mockito-target-minus-junit4",
"guava",
],