5e1a0ca634
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
16 lines
304 B
Text
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",
|
|
],
|
|
}
|
|
|