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: I2059de77f4bb5b6fb05afaaff75ec6c1acdc6975
diff --git a/Android.bp b/Android.bp
index 7223c96..96b16e2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -53,7 +53,7 @@
         "owasp-java-encoder",
     ],
     libs: [
-        "android.test.base",
+        "android.test.base.stubs.test",
     ],
     min_sdk_version: "33",
     sdk_version: "test_current",