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: I0c52042fd2598f7b299298359d4a58c61152621c
diff --git a/tests/Android.bp b/tests/Android.bp
index 690a1b6..9dff832 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -65,9 +65,9 @@
         "flag-junit",
     ],
     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",
     ],
 
     kotlincflags: ["-Xjvm-default=all"],