summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-18 01:55:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-18 01:55:15 +0000
commit8a92f2d7472245616e880e84b93e5873bb3e4ab2 (patch)
tree03cdb07e9d967859822b19073c131f1138b831d1
parent68c7869e86faaf8a7053e45892e65e3eb0d0e863 (diff)
parent541f850372064958bb956c5290216e5931fb5912 (diff)
downloadcore-8a92f2d7472245616e880e84b93e5873bb3e4ab2.tar.gz
Merge "Updated fuzz_config in Android.bp file" into main
-rw-r--r--libutils/Android.bp13
1 files changed, 12 insertions, 1 deletions
diff --git a/libutils/Android.bp b/libutils/Android.bp
index ad5b752e3..17411871c 100644
--- a/libutils/Android.bp
+++ b/libutils/Android.bp
@@ -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 {