blob: e1c5333a570b384d1a9fc5580f18045a75d14c61 [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_fuzz {
name: "sgdisk_fuzz",
host_supported: true,
srcs: [
"sgdisk_fuzz.cc",
],
static_libs: [
"libgptf",
],
shared_libs: ["libext2_uuid"],
corpus: ["corpus/*"],
target: {
android: {
cflags: ["-DGPTFDISK_FUZZER_DEVICE"],
},
},
}