Use hidl libs from framework.jar.

Rather than including them here as well (since there is a lot of
overlap).

Test: (sanity) boot Pixel 2 and check logs
Bug: 111107855
Change-Id: I5f0e951d9cf8dfe06ea6cc9b1470a6e68316328e
Merged-In: I5f0e951d9cf8dfe06ea6cc9b1470a6e68316328e
diff --git a/Android.bp b/Android.bp
index 8aea8ad..4925d51 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,16 +40,7 @@
         "src/java/**/*.logtags",
     ],
 
-    jarjar_rules: ":framework-hidl-jarjar",
-
     libs: [
-        "voip-common",
-        "ims-common",
-        "services",
-    ],
-    static_libs: [
-        "telephony-protos",
-        "ecc-protos-lite",
         "android.hardware.radio-V1.0-java",
         "android.hardware.radio-V1.1-java",
         "android.hardware.radio-V1.2-java",
@@ -59,8 +50,14 @@
         "android.hardware.radio.config-V1.1-java",
         "android.hardware.radio.config-V1.2-java",
         "android.hardware.radio.deprecated-V1.0-java",
-        "android.hidl.base-V1.0-java",
-	"android-support-annotations",
+        "voip-common",
+        "ims-common",
+        "services",
+    ],
+    static_libs: [
+        "telephony-protos",
+        "ecc-protos-lite",
+        "android-support-annotations",
     ],
 
     product_variables: {