Updated fuzz_config in Android.bp file
Added new fields in fuzz_config like - hotlists, description, vector, service_privilege, users, fuzzed_code_usage, etc. Bug: 271384401 Test: Build fastboot_fuzzer Change-Id: I7799ffcb7f11202711b19cf40e8c05e050d3b519
This commit is contained in:
parent
ecdbbbda82
commit
33ff88f9c3
1 changed files with 8 additions and 0 deletions
|
@ -58,5 +58,13 @@ cc_fuzz {
|
|||
"android-media-fuzzing-reports@google.com",
|
||||
],
|
||||
componentid: 533764,
|
||||
hotlists: [
|
||||
"4593311",
|
||||
],
|
||||
description: "The fuzzer targets the APIs of libfastboot library",
|
||||
vector: "local_no_privileges_required",
|
||||
service_privilege: "host_only",
|
||||
users: "single_user",
|
||||
fuzzed_code_usage: "shipped",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue