Merge "Updated fuzz_config in Android.bp file" into main
This commit is contained in:
commit
8a92f2d747
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