Remove org.apache.http.legacy and volley reference from Teleservice

Teleservice doesn't use volley and org.apache.http.legacy

Bug: 143767495
Test: Build and basic sanity
Merged-In: Ifcecdd4476764692b263f6bc2b922c6b2298c81b
Change-Id: Ifcecdd4476764692b263f6bc2b922c6b2298c81b
(cherry picked from commit aeac4ad02cebfbf3a62792969b85daa632167b27)
diff --git a/Android.bp b/Android.bp
index 76e910f..a7ae0cc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,7 +22,6 @@
         "telephony-common",
         "voip-common",
         "ims-common",
-        "org.apache.http.legacy",
         "libprotobuf-java-lite",
         "unsupportedappusage",
     ],
@@ -33,7 +32,6 @@
         "androidx.recyclerview_recyclerview",
         "androidx.legacy_legacy-preference-v14",
         "guava",
-        "volley",
         "android-support-annotations",
         "com.android.phone.common-lib",
     ],
@@ -79,4 +77,4 @@
     proto: {
         type: "lite",
     },
-}
\ No newline at end of file
+}