9000a133cc
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
17 lines
324 B
Text
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",
|
|
],
|
|
}
|