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

Commit e18a6cb5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Updated fuzz_config in Android.bp file" into main

parents 1a442e92 0af3a4ea
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -41,8 +41,17 @@ cc_defaults {

    fuzz_config: {
        cc: [
            "wonsik@google.com",
            "android-fwk-video@google.com",
        ],
        componentid: 1344,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libcodec2",
        vector: "remote",
        service_privilege: "constrained",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}