| cc_fuzz { | |
| name: "libpdx_fuzz", | |
| clang: true, | |
| srcs: [ | |
| "service_dispatcher_fuzzer.cpp", | |
| ], | |
| cflags: [ | |
| "-Wall", | |
| "-Wextra", | |
| "-Werror", | |
| ], | |
| static_libs: [ | |
| "libpdx", | |
| ], | |
| shared_libs: [ | |
| "libutils", | |
| "liblog", | |
| ], | |
| fuzz_config: { | |
| fuzz_on_haiku_host: false, | |
| fuzz_on_haiku_device: false, | |
| }, | |
| } |