blob: 5c22cb4e3b130fb85d663dc22c3d20e2c9a2b85f [file] [log] [blame]
// Copyright 2022 The Android Open Source Project
package {
default_applicable_licenses: ["external_dtc_license"],
}
cc_fuzz {
name: "libfdt_fuzzer",
srcs: [
"libfdt_fuzzer.c",
],
static_libs: [
"libfdt",
],
corpus: ["corpus/*"],
fuzz_config: {
cc: [
"ptosi@google.com",
],
},
host_supported: true,
}