summaryrefslogtreecommitdiff
path: root/tests/testables/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testables/Android.bp')
-rw-r--r--tests/testables/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testables/Android.bp b/tests/testables/Android.bp
index c0e3d630d1ab..7596ee722d01 100644
--- a/tests/testables/Android.bp
+++ b/tests/testables/Android.bp
@@ -27,8 +27,8 @@ java_library {
name: "testables",
srcs: ["src/**/*.java"],
libs: [
- "android.test.runner",
- "android.test.mock",
+ "android.test.runner.stubs.system",
+ "android.test.mock.stubs.system",
"androidx.test.rules",
"mockito-target-inline-minus-junit4",
],