Updated 'cc' field of fuzz_config in Android.bp file

corrected cc field in fuzz_config

Bug: 306435930
Test: Build liblp_apis_fuzzer

Change-Id: Id74b2d0d6328ba84df1dcabd47ab1795206f8ca2
This commit is contained in:
Akshata Kadam 2024-04-29 15:23:01 +05:30 committed by Akshata Jadhav
parent cd3ffd1f2c
commit 87b1dc23c2

View file

@ -15,6 +15,10 @@
*
*/
package {
default_team: "trendy_team_android_kernel",
}
cc_defaults {
name: "liblp_fuzz_defaults",
header_libs: [
@ -33,7 +37,7 @@ cc_defaults {
],
fuzz_config: {
cc: [
"android-media-fuzzing-reports@google.com",
"android-systems-storage@google.com",
],
componentid: 59148,
hotlists: ["4593311"],
@ -41,8 +45,8 @@ cc_defaults {
vector: "local_no_privileges_required",
service_privilege: "privileged",
users: "multi_user",
fuzzed_code_usage: "shipped"
}
fuzzed_code_usage: "shipped",
},
}
cc_fuzz {
@ -196,6 +200,6 @@ cc_fuzz {
":test_vendor_boot_v4_with_frag",
],
cflags: [
"-Wno-unused-parameter",
],
"-Wno-unused-parameter",
],
}