Updated fuzz_config in Android.bp file
Added new fields in fuzz_config like - componentid, description, vector, service_privilege, users, fuzzed_code_usage, etc. Bug: 306435930 Test: Build libutils_fuzz_callstack Change-Id: I826d75ab01eb0a4d2b363681d4f5a3a4578bbc99
This commit is contained in:
parent
793679f47a
commit
541f850372
1 changed files with 12 additions and 1 deletions
|
@ -109,7 +109,7 @@ cc_defaults {
|
|||
},
|
||||
},
|
||||
fuzz_config: {
|
||||
cc: ["smoreland@google.com"],
|
||||
cc: ["smoreland@google.com"],
|
||||
},
|
||||
}
|
||||
|
||||
|
@ -273,6 +273,17 @@ cc_defaults {
|
|||
"libbase",
|
||||
"liblog",
|
||||
],
|
||||
fuzz_config: {
|
||||
cc: [
|
||||
"smoreland@google.com",
|
||||
],
|
||||
componentid: 128577,
|
||||
description: "The fuzzer targets the APIs of libutils",
|
||||
vector: "local_no_privileges_required",
|
||||
service_privilege: "privileged",
|
||||
users: "multi_user",
|
||||
fuzzed_code_usage: "shipped",
|
||||
},
|
||||
}
|
||||
|
||||
cc_fuzz {
|
||||
|
|
Loading…
Reference in a new issue