Make java_sdk_library dependencies explicit

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

Test: CI
Flag: EXEMPT build dependency cleanup
Bug: 358613520
Change-Id: I186c813fa1a389112a5c5bba12c8f63d7948baf6
diff --git a/tests/unittests/Android.bp b/tests/unittests/Android.bp
index add4f69..c327318 100644
--- a/tests/unittests/Android.bp
+++ b/tests/unittests/Android.bp
@@ -16,9 +16,9 @@
         "truth",
     ],
     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",
         "telephony-common",
     ],
     srcs: [