blob: 20a03eaa784ab04ab5bc68d3d1c4c37d3a7372a7 [file] [log] [blame]
Corbin Souffrantd3c76842020-06-05 18:54:11 -07001cc_fuzz {
2 name: "libpdx_fuzz",
3 clang: true,
4 srcs: [
5 "service_dispatcher_fuzzer.cpp",
6 ],
7 cflags: [
8 "-Wall",
9 "-Wextra",
10 "-Werror",
11 ],
12 static_libs: [
13 "libpdx",
14 ],
15 shared_libs: [
16 "libutils",
17 "liblog",
18 ],
19}