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

Commit dd0b32b0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Updated fuzz_config in Android.bp file" am: 68362b52 am: 97a9ff8d

parents f2abce88 97a9ff8d
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -64,5 +64,14 @@ cc_fuzz {
    data: [":audiopolicyfuzzer_configuration_files"],
    fuzz_config: {
        cc: ["mnaganov@google.com"],
        componentid: 155276,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libaudiopolicy",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}