summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2023-11-22 14:50:46 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-11-22 14:50:46 +0000
commitcfdad8649eb4d1470d6c659c6dba3e2b8b63876e (patch)
tree4bcc8d3bcc9ed0a0d51331296b62bbee24d6eb72
parent21fc3f3b4e9f964d7c44e1ba46db93df15ed60f3 (diff)
parent9b11c6802ff6391f25975eb2faa3318689905be2 (diff)
Merge "Updated fuzz_config in Android.bp file" into main
-rw-r--r--libs/vibrator/fuzzer/Android.bp13
1 files changed, 12 insertions, 1 deletions
diff --git a/libs/vibrator/fuzzer/Android.bp b/libs/vibrator/fuzzer/Android.bp
index f2a313cb8a..cb063af2f6 100644
--- a/libs/vibrator/fuzzer/Android.bp
+++ b/libs/vibrator/fuzzer/Android.bp
@@ -47,6 +47,17 @@ cc_fuzz {
],
fuzz_config: {
- componentid: 155276,
+ cc: [
+ "android-haptics@google.com",
+ ],
+ componentid: 345036,
+ hotlists: [
+ "4593311",
+ ],
+ description: "The fuzzer targets the APIs of libvibrator",
+ vector: "local_no_privileges_required",
+ service_privilege: "privileged",
+ users: "multi_user",
+ fuzzed_code_usage: "shipped",
},
}