blob: 4214b35ba77a96e0a591d7ebd0b1dd5705431019 [file] [log] [blame]
cc_fuzz {
host_supported: true,
name : "libcrypto_utils_fuzzer",
srcs: [
"libcrypto_utils_fuzzer.cpp",
],
cflags: [
"-Wall",
"-Werror",
"-Wextra",
],
shared_libs: [
"libcrypto_utils",
"libcrypto",
],
}