James Wei | dd2f968 | 2020-11-09 22:42:15 +0800 | [diff] [blame] | 1 | cc_fuzz { |
2 | name: "mtp_fuzzer", | ||||
3 | srcs: [ | ||||
4 | "mtp_fuzzer.cpp", | ||||
5 | "MtpMockDatabase.cpp", | ||||
6 | ], | ||||
7 | shared_libs: [ | ||||
8 | "libmtp", | ||||
9 | "libbase", | ||||
10 | "liblog", | ||||
11 | "libutils", | ||||
12 | ], | ||||
13 | cflags: [ | ||||
14 | "-Wall", | ||||
15 | "-Wextra", | ||||
16 | "-Werror", | ||||
17 | "-DMTP_DEVICE", | ||||
18 | "-Wno-unused-parameter", | ||||
19 | ], | ||||
20 | dictionary: "mtp_fuzzer.dict", | ||||
21 | corpus: ["corpus/*"], | ||||
22 | |||||
23 | fuzz_config: { | ||||
24 | |||||
25 | cc: ["jameswei@google.com"], | ||||
26 | componentid: 1344, | ||||
27 | acknowledgement: [ | ||||
28 | "Grant Hernandez of Google", | ||||
29 | ], | ||||
30 | }, | ||||
31 | } |