Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_external_dtc
/
f3f061442858276330248338104c9eb761f3ef10
/
.
/
fuzzing
/
Android.bp
blob: ddda13096ce310de4dbd9242a2f7d1f3b833f5a4 [
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.cpp"
,
],
static_libs
:
[
"libfdt"
,
],
host_supported
:
true
,
}