platform_system_core/usbd/Android.bp
Steven Moreland a4eaf64de8 Remove libhwbinder/libhidltransport deps
Since these were combined into libhidlbase.

Bug: 135686713
Test: build only (libhwbinder/libhidltransport are empty)
Change-Id: I0bdffced6af52695c0ef98c9dd659348e56f7aa6
2019-09-05 14:17:42 -07:00

14 lines
275 B
Text

cc_binary {
name: "usbd",
init_rc: ["usbd.rc"],
srcs: ["usbd.cpp"],
shared_libs: [
"libbase",
"libhidlbase",
"liblog",
"libutils",
"libhardware",
"android.hardware.usb.gadget@1.0",
"libcutils",
],
}