platform_system_core/usbd/Android.bp
Badhri Jagan Sridharan 5e1a0ca634 Initial commit for usb daemon
usbd checks whether adb is enabled by default, if yes,
would start adbd and would call into usb hal to configure
usb gadget stack.

Bug: 63669128
Test: Verify that adb gets configured when enabled
Change-Id: If6d06cdadd6d93f181d56619142cbbb04d39a5cd
2018-01-16 18:03:58 -08:00

16 lines
304 B
Text

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