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

Commit 9db075d3 authored by Anis Assi's avatar Anis Assi Committed by Gerrit Code Review
Browse files

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

parents f10c7e00 659a7dc9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -507,6 +507,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"],
    },
}