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 Bug: 306435930 Test: Build the updated fuzz targets Change-Id: Iabb0a9f2e491e9f52b3f8b5e3714def504dcacac
This commit is contained in:
parent
779c94e7f2
commit
df66e32f97
1 changed files with 20 additions and 4 deletions
|
@ -40,9 +40,17 @@ cc_fuzz {
|
|||
],
|
||||
fuzz_config: {
|
||||
cc: [
|
||||
"android-media-fuzzing-reports@google.com",
|
||||
"android-hardware-security@google.com",
|
||||
],
|
||||
componentid: 155276,
|
||||
componentid: 1084732,
|
||||
hotlists: [
|
||||
"4593311",
|
||||
],
|
||||
description: "The fuzzer targets the APIs of libkeystore-wifi-hidl",
|
||||
vector: "local_no_privileges_required",
|
||||
service_privilege: "privileged",
|
||||
users: "multi_user",
|
||||
fuzzed_code_usage: "shipped",
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -62,9 +70,17 @@ cc_defaults {
|
|||
],
|
||||
fuzz_config: {
|
||||
cc: [
|
||||
"android-media-fuzzing-reports@google.com",
|
||||
"android-hardware-security@google.com",
|
||||
],
|
||||
componentid: 155276,
|
||||
componentid: 1084732,
|
||||
hotlists: [
|
||||
"4593311",
|
||||
],
|
||||
description: "The fuzzer targets the APIs of libkeystore-attestation-application-id",
|
||||
vector: "local_no_privileges_required",
|
||||
service_privilege: "privileged",
|
||||
users: "multi_user",
|
||||
fuzzed_code_usage: "shipped",
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue