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: I88bcb978ec6f724cd3916c30aa2a2fa372ff463b
diff --git a/Android.bp b/Android.bp
index 68a8e39..b2c228d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -77,9 +77,9 @@
         "tests/res",
     ],
     libs: [
-        "android.test.mock",
-        "android.test.base",
-        "android.test.runner",
+        "android.test.mock.stubs.system",
+        "android.test.base.stubs.system",
+        "android.test.runner.stubs.system",
     ],
 
     jni_libs: [