Merge "ziparchive: add a corpus for the fuzzer."
This commit is contained in:
commit
16366e36d5
|
@ -196,4 +196,5 @@ cc_fuzz {
|
|||
srcs: ["libziparchive_fuzzer.cpp"],
|
||||
static_libs: ["libziparchive", "libbase", "libz", "liblog"],
|
||||
host_supported: true,
|
||||
corpus: ["testdata/*"],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue