summaryrefslogtreecommitdiff
path: root/test-runner
diff options
context:
space:
mode:
Diffstat (limited to 'test-runner')
-rw-r--r--test-runner/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp
index d495e90ac1d5..dfaeed5e271e 100644
--- a/test-runner/Android.bp
+++ b/test-runner/Android.bp
@@ -40,7 +40,7 @@ java_library {
no_framework_libs: true,
libs: [
"framework",
- "legacy-test",
+ "android.test.base",
"android.test.mock",
"junit",
],