blob: 09b1f4ade26e34328cffa51e289cc847c040d61f [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",
],
host_supported: true,
fuzz_config: {
cc: [
"ptosi@google.com",
],
},
}