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 bluetoothV1.0_fuzzer Change-Id: I71936ab4b16dd5ade636d3da9b1eafa6a6fea6b0
This commit is contained in:
parent
fdee322c96
commit
3d396973ff
1 changed files with 8 additions and 0 deletions
|
@ -60,5 +60,13 @@ cc_fuzz {
|
|||
"android-media-fuzzing-reports@google.com",
|
||||
],
|
||||
componentid: 533764,
|
||||
hotlists: [
|
||||
"4593311",
|
||||
],
|
||||
description: "The fuzzer targets the APIs of android.hardware.bluetooth@1.0-impl library",
|
||||
vector: "local_no_privileges_required",
|
||||
service_privilege: "privileged",
|
||||
users: "multi_user",
|
||||
fuzzed_code_usage: "shipped",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue