diff options
| -rw-r--r-- | libs/vibrator/fuzzer/Android.bp | 13 |
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", }, } |