Files
2023-10-13 14:01:41 +00:00

18 lines
283 B
Plaintext

cc_fuzz {
host_supported: true,
name : "libcrypto_utils_fuzzer",
srcs: [
"libcrypto_utils_fuzzer.cpp",
],
cflags: [
"-Wall",
"-Werror",
"-Wextra",
],
shared_libs: [
"libcrypto_utils",
"libcrypto",
],
}