Skip to content
Snippets Groups Projects
Commit 21ed6fec authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Updated fuzz_config in Android.bp file" into main

parents 2536ea06 a79348a4
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ package {
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["frameworks_base_libs_androidfw_license"],
default_team: "trendy_team_android_resources",
}
cc_fuzz {
......@@ -31,7 +32,7 @@ cc_fuzz {
static_libs: ["libgmock"],
target: {
android: {
shared_libs:[
shared_libs: [
"libandroidfw",
"libbase",
"libcutils",
......@@ -52,4 +53,15 @@ cc_fuzz {
],
},
},
fuzz_config: {
cc: [
"android-resources@google.com",
],
componentid: 568761,
description: "The fuzzer targets the APIs of libandroidfw",
vector: "local_no_privileges_required",
service_privilege: "privileged",
users: "multi_user",
fuzzed_code_usage: "shipped",
},
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment