Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 659a7dc9 authored by Anis Assi's avatar Anis Assi
Browse files

Adding zachoverflow@google.com as fuzzer owner to receive alerts

Bug: 221891733
Test: no test needed
Change-Id: Ice91f2eda24a43e1ea61dc5e16a60c93f2ffaf0b
parent 610bcd0b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -504,6 +504,9 @@ cc_fuzz {
    srcs: [
        "hci/fuzz/acl_manager_fuzz_test.cc",
    ],
    fuzz_config: {
       cc: ["zachoverflow@google.com"],
    },
}

cc_benchmark {
+3 −0
Original line number Diff line number Diff line
@@ -39,4 +39,7 @@ cc_fuzz {
    static_libs: [
        "libbte",
    ],
    fuzz_config: {
       cc: ["zachoverflow@google.com"],
    },
}