Corbin Souffrant | d3c7684 | 2020-06-05 18:54:11 -0700 | [diff] [blame^] | 1 | cc_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 | } |