blob: 5f4a18b832675dc62e78bd96be659b72b024e475 [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "external_gptfdisk_license"
// to get the below license kinds:
// SPDX-license-identifier-GPL-2.0
default_applicable_licenses: ["external_gptfdisk_license"],
}
cc_fuzz {
name: "libgptf_fuzzer",
srcs: ["libgptf_fuzzer.cc"],
cflags: ["-DENABLE_HEAP_DISKIO"],
host_supported: true,
corpus: ["corpus/*"],
static_libs: ["libgmock"],
target: {
android: {
static_libs: [
"libgptf_fuzzer_lib",
"libext2_uuid",
],
},
host: {
static_libs: [
"libgptf_fuzzer_lib",
"libext2_uuid",
],
},
},
}