Make java_sdk_library dependencies explicit

modules should specify the submodule of java_sdk_library that the module
actually depends on

Test: CI
Bug: 358613520
Change-Id: Icf5ba65ba4eacdbb61bac27f12f6567a27588c6b
diff --git a/tests/Android.bp b/tests/Android.bp
index facf5ea..996176a 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -24,9 +24,9 @@
     srcs: ["src/**/*.java"],
     platform_apis: true,
     libs: [
-        "android.test.runner",
-        "android.test.base",
-        "android.test.mock",
+        "android.test.runner.stubs.system",
+        "android.test.base.stubs.system",
+        "android.test.mock.stubs.system",
     ],
     static_libs: [
         "junit",