blob: d4d48c48ea8fe82083dbcb858b8a8928aa2f3bb1 [file] [log] [blame]
package {
default_applicable_licenses: ["frameworks_native_license"],
}
cc_fuzz {
name: "gpu_service_fuzzer",
defaults: [
"libgpuservice_defaults",
"service_fuzzer_defaults",
"fuzzer_disable_leaks",
],
static_libs: [
"libgpuservice",
"liblog",
],
fuzz_config: {
cc: [
"paulthomson@google.com",
"pbaiget@google.com",
],
triage_assignee: "waghpawan@google.com",
},
include_dirs: ["frameworks/native/services/gpuservice/"],
srcs: ["GpuServiceFuzzer.cpp"],
}