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
Change-Id: Ifcecdd4476764692b263f6bc2b922c6b2298c81b
diff --git a/Android.bp b/Android.bp
index 455634f..bfc8cf6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,7 +22,6 @@
         "telephony-common",
         "voip-common",
         "ims-common",
-        "org.apache.http.legacy",
         "libprotobuf-java-lite",
     ],
 
@@ -32,7 +31,6 @@
         "androidx.recyclerview_recyclerview",
         "androidx.legacy_legacy-preference-v14",
         "guava",
-        "volley",
         "android-support-annotations",
         "com.android.phone.common-lib",
     ],
@@ -75,4 +73,4 @@
     proto: {
         type: "lite",
     },
-}
\ No newline at end of file
+}