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:
Akshata Kadam 2024-04-11 14:26:17 +05:30
parent 793679f47a
commit 541f850372

View file

@ -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 {