Merge "Updated fuzz_config in Android.bp file" into main am: 8a92f2d747
am: 867e73e5f1
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3039234 Change-Id: Iecb04d0f0904bded0cd9ade7cc4d783ffc71829c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
846cbd4dc0
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