Update fuzz config for java_binder_service_fuzzer

Bug: N/A
Test: m java_binder_service_fuzzer
Change-Id: I4582577ee3911d1e6a430dfca25dc8aa5d5bd3e5
This commit is contained in:
Pawan Wagh
2022-12-06 11:08:10 +00:00
parent e5a82fc9a2
commit 50fef0a144

View File

@@ -37,4 +37,12 @@ java_fuzz {
"framework-res",
],
native_bridge_supported: true,
fuzz_config: {
cc: [
"smoreland@google.com",
"waghpawan@google.com",
],
// Adds bugs to hotlist "AIDL fuzzers bugs" on buganizer
hotlists: ["4637097"],
},
}