diff --git a/fastboot/fuzzer/Android.bp b/fastboot/fuzzer/Android.bp index 1b59e4a6e..a89807082 100644 --- a/fastboot/fuzzer/Android.bp +++ b/fastboot/fuzzer/Android.bp @@ -58,5 +58,13 @@ cc_fuzz { "android-media-fuzzing-reports@google.com", ], componentid: 533764, + hotlists: [ + "4593311", + ], + description: "The fuzzer targets the APIs of libfastboot library", + vector: "local_no_privileges_required", + service_privilege: "host_only", + users: "single_user", + fuzzed_code_usage: "shipped", }, }