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: Ic8e8ef0824325f496dbbe2f3a06a7717844046a7
diff --git a/Vcn/tests/cts/Android.bp b/Vcn/tests/cts/Android.bp
index 2c2394e..4114398 100644
--- a/Vcn/tests/cts/Android.bp
+++ b/Vcn/tests/cts/Android.bp
@@ -25,7 +25,7 @@
     compile_multilib: "both",
 
     libs: [
-        "android.test.base",
+        "android.test.base.stubs.system",
     ],
 
     srcs: [