Remove libhwbinder/libhidltransport deps

Since these were combined into libhidlbase.

Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: I075670b64eebbbbd6a6ae0e84ad51bf1c6f5ba36
This commit is contained in:
Steven Moreland
2019-09-05 14:12:03 -07:00
parent 8190dbeef0
commit b3a4d3832e
96 changed files with 0 additions and 154 deletions

View File

@@ -20,7 +20,6 @@ cc_library_shared {
srcs: ["ConsumerIr.cpp"],
shared_libs: [
"libhidlbase",
"libhidltransport",
"libhardware",
"liblog",
"libutils",
@@ -40,7 +39,6 @@ cc_binary {
"liblog",
"libhardware",
"libhidlbase",
"libhidltransport",
"libutils",
"android.hardware.ir@1.0",
],