18 lines
283 B
Plaintext
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",
|
|
],
|
|
}
|
|
|