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: I4aaf8bf06762f09078e813e3d2ff30af9bb5fe79
diff --git a/tests/unit/Android.bp b/tests/unit/Android.bp
index 46f8719..eef91fb 100644
--- a/tests/unit/Android.bp
+++ b/tests/unit/Android.bp
@@ -12,9 +12,9 @@
 
     libs: [
         "android.car-system-stubs",
-        "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: [