Remove libhwbinder/libhidltransport deps

Since these were combined into libhidlbase.

Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: I9b7cdcb5109150de8cc6b17fa707a11d0291ccb5
diff --git a/contexthubhal/Android.bp b/contexthubhal/Android.bp
index cc2c74d..c55c526 100644
--- a/contexthubhal/Android.bp
+++ b/contexthubhal/Android.bp
@@ -45,7 +45,6 @@
     ],
     shared_libs: [
         "libhidlbase",
-        "libhidltransport",
         "android.hardware.contexthub@1.0",
     ],
 }
@@ -77,9 +76,6 @@
     srcs: [
         "service.cpp",
     ],
-    shared_libs: [
-        "libhwbinder",
-    ],
     defaults: [
         "contexthub_libs_default",
         "contexthub_hidl_libs_default",
diff --git a/lefty/Android.mk b/lefty/Android.mk
index 5e8edf7..c3caaaa 100644
--- a/lefty/Android.mk
+++ b/lefty/Android.mk
@@ -45,7 +45,6 @@
     libbase \
     libcutils \
     libhidlbase \
-    libhidltransport \
     libhubconnection \
     liblog \
     libutils \
@@ -82,7 +81,6 @@
     libbase \
     libcutils \
     libhidlbase \
-    libhidltransport \
     libhubconnection \
     liblog \
     libutils \