blob: 9cd4669b2b412650224e384bccba5c678e970578 [file] [log] [blame]
James Weidd2f9682020-11-09 22:42:15 +08001cc_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}