Remove libhwbinder/libhidltransport deps

Since these were combined into libhidlbase.

Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: Iba2cd20b8b20fac3e7564de6b853b475fd4ebd2a
This commit is contained in:
Steven Moreland
2019-10-02 12:49:15 -07:00
parent dae413f22c
commit 9b959cb514
4 changed files with 0 additions and 6 deletions

View File

@@ -30,8 +30,6 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libdumpstateutil \
libhidlbase \
libhidltransport \
libhwbinder \
liblog \
libutils

View File

@@ -40,8 +40,6 @@ cc_binary {
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"libhwbinder",
"libutils",
"android.hardware.health@2.0",
],

View File

@@ -28,7 +28,6 @@ cc_binary {
"libbase",
"libcutils",
"libhidlbase",
"libhidltransport",
"libfmq",
"liblog",
"libutils",

View File

@@ -20,7 +20,6 @@ cc_binary {
shared_libs: [
"libbase",
"libhidlbase",
"libhidltransport",
"liblog",
"libutils",
"libhardware",