Josh Gao | 610418d | 2018-01-02 12:02:57 -0800 | [diff] [blame] | 1 | cc_defaults { |
| 2 | name: "AdbWinApi_defaults", |
| 3 | |
| 4 | host_supported: true, |
| 5 | enabled: false, |
| 6 | device_supported: false, |
| 7 | compile_multilib: "32", |
| 8 | target: { |
| 9 | windows: { |
| 10 | enabled: true, |
| 11 | }, |
| 12 | }, |
| 13 | } |
| 14 | |
| 15 | cc_prebuilt_library_shared { |
| 16 | name: "AdbWinApi", |
| 17 | defaults: ["AdbWinApi_defaults"], |
| 18 | |
| 19 | export_include_dirs: ["usb/api"], |
| 20 | srcs: ["prebuilt/usb/AdbWinApi.dll"], |
| 21 | } |
| 22 | |
| 23 | cc_prebuilt_library_shared { |
| 24 | name: "AdbWinUsbApi", |
| 25 | defaults: ["AdbWinApi_defaults"], |
| 26 | srcs: ["prebuilt/usb/AdbWinUsbApi.dll"], |
| 27 | } |