diff options
Diffstat (limited to 'test-runner')
-rw-r--r-- | test-runner/Android.bp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp index 1cce2c3cc32c..91929b1b3106 100644 --- a/test-runner/Android.bp +++ b/test-runner/Android.bp @@ -30,7 +30,7 @@ java_library { sdk_version: "current", libs: [ "android.test.base", - "android.test.mock", + "android.test.mock.stubs", ], } @@ -46,7 +46,7 @@ java_library { sdk_version: "current", libs: [ "android.test.base", - "android.test.mock", + "android.test.mock.stubs", "junit", ], } |