12 lines
231 B
Text
12 lines
231 B
Text
// This file was auto-generated by test/vts-testcase/fuzz/script/update_makefiles.py.
|
|
// Do not edit manually.
|
|
subdirs = [
|
|
"*",
|
|
]
|
|
|
|
cc_defaults {
|
|
name: "func_fuzzer_defaults",
|
|
static_libs: [
|
|
"libFuzzer"
|
|
],
|
|
}
|