a4eaf64de8
Since these were combined into libhidlbase. Bug: 135686713 Test: build only (libhwbinder/libhidltransport are empty) Change-Id: I0bdffced6af52695c0ef98c9dd659348e56f7aa6
14 lines
275 B
Text
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",
|
|
],
|
|
}
|