diff --git a/automotive/sv/1.0/default/tests/fuzzer/Android.bp b/automotive/sv/1.0/default/tests/fuzzer/Android.bp index 394c532631..696bfadafc 100644 --- a/automotive/sv/1.0/default/tests/fuzzer/Android.bp +++ b/automotive/sv/1.0/default/tests/fuzzer/Android.bp @@ -47,5 +47,13 @@ cc_fuzz { "android-media-fuzzing-reports@google.com", ], componentid: 533764, + hotlists: [ + "4593311", + ], + description: "The fuzzer targets the APIs of android.hardware.automotive.sv@1.0-service", + vector: "local_no_privileges_required", + service_privilege: "privileged", + users: "multi_user", + fuzzed_code_usage: "shipped", }, }