platform_system_core/usbd/Android.bp
Steven Moreland 9000a133cc usbd - remove unused libcutils dep
Well, the dependency of my dependency is still my dependency, so it'll
still be loaded, but there is no need for the declaration here.

Bug: N/A
Test: N/A
Change-Id: I27495eee1a76401dba316f425c2e43a692357543
2021-06-28 23:56:29 +00:00

17 lines
324 B
Text

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary {
name: "usbd",
init_rc: ["usbd.rc"],
srcs: ["usbd.cpp"],
shared_libs: [
"libbase",
"libhidlbase",
"liblog",
"libutils",
"libhardware",
"android.hardware.usb.gadget@1.0",
],
}