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: I23a22e9d3dc001a5b061177273d407b01bb77a50
diff --git a/Android.bp b/Android.bp
index 575ca5a..e754c57 100644
--- a/Android.bp
+++ b/Android.bp
@@ -315,7 +315,7 @@
     ],
     libs: [
         "auto_value_annotations",
-        "org.apache.http.legacy",
+        "org.apache.http.legacy.stubs.system",
     ],
     // LOCAL_ANNOTATION_PROCESSORS
     plugins: [