| Badhri Jagan Sridharan | 5e1a0ca | 2017-12-02 13:15:01 -0800 | [diff] [blame] | 1 | cc_binary { |
| 2 | name: "usbd", | ||||
| 3 | init_rc: ["usbd.rc"], | ||||
| 4 | srcs: ["usbd.cpp"], | ||||
| 5 | shared_libs: [ | ||||
| 6 | "libbase", | ||||
| 7 | "libhidlbase", | ||||
| 8 | "libhidltransport", | ||||
| 9 | "liblog", | ||||
| 10 | "libutils", | ||||
| 11 | "libhardware", | ||||
| 12 | "android.hardware.usb.gadget@1.0", | ||||
| 13 | "libcutils", | ||||
| 14 | ], | ||||
| 15 | } | ||||