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 audiocontrolV1.0_fuzzer Change-Id: I8b0c08ec26e9c4f599c309ec49bb13df017e1f96
This commit is contained in:
parent
fdee322c96
commit
9367a9e5d7
1 changed files with 8 additions and 0 deletions
|
@ -48,5 +48,13 @@ cc_fuzz {
|
|||
"android-media-fuzzing-reports@google.com",
|
||||
],
|
||||
componentid: 533764,
|
||||
hotlists: [
|
||||
"4593311",
|
||||
],
|
||||
description: "The fuzzer targets the APIs of android.hardware.automotive.audiocontrol@1.0-service binary",
|
||||
vector: "local_privileges_required",
|
||||
service_privilege: "privileged",
|
||||
users: "multi_user",
|
||||
fuzzed_code_usage: "shipped",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue