Merge "Update fuzz config for java_binder_service_fuzzer"

This commit is contained in:
Pawan Wagh
2022-12-06 18:26:56 +00:00
committed by Gerrit Code Review

View File

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