Remove libhwbinder/libhidltransport deps

Since these were combined into libhidlbase.

Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: Ie6851c6ddd54dab28ffaa8c184751581ab49c4bf
diff --git a/suspend/1.0/default/Android.bp b/suspend/1.0/default/Android.bp
index 4b5cc71..4466bb3 100644
--- a/suspend/1.0/default/Android.bp
+++ b/suspend/1.0/default/Android.bp
@@ -19,8 +19,6 @@
         "libbinder",
         "libcutils",
         "libhidlbase",
-        "libhidltransport",
-        "libhwbinder",
         "liblog",
         "libutils",
     ],
diff --git a/wifi/keystore/1.0/default/Android.bp b/wifi/keystore/1.0/default/Android.bp
index e7d1d35..eccbc04 100644
--- a/wifi/keystore/1.0/default/Android.bp
+++ b/wifi/keystore/1.0/default/Android.bp
@@ -12,7 +12,6 @@
         "libbinder",
         "libcutils",
         "libhidlbase",
-        "libhidltransport",
         "libkeystore_aidl",
         "libkeystore_binder",
         "libkeystore_parcelables",
diff --git a/wifi/keystore/1.0/vts/functional/Android.bp b/wifi/keystore/1.0/vts/functional/Android.bp
index fa7464d..b0d398c 100644
--- a/wifi/keystore/1.0/vts/functional/Android.bp
+++ b/wifi/keystore/1.0/vts/functional/Android.bp
@@ -24,7 +24,6 @@
         "liblog",
         "libcutils",
         "libhidlbase",
-        "libhidltransport",
         "libnativehelper",
         "libutils",
         "libkeystore_binder",
@@ -33,7 +32,6 @@
         "libkeystore_parcelables",
         "libkeymaster4support",
         "libbinderthreadstate",
-        "libhwbinder",
     ],
     static_libs: [
         "VtsHalHidlTargetTestBase",