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

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

Merge "Updated color_conversion_fuzzer fuzz_config in Android.bp file" into main am: 104c252b

parents d9182331 104c252b
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -47,9 +47,15 @@ cc_defaults {
    ],
    fuzz_config: {
        cc: [
            "android-media-fuzzing-reports@google.com",
            "android-fwk-video@google.com",
        ],
        componentid: 155276,
        componentid: 42195,
        hotlists: ["4593311"],
        description: "The fuzzer targets the APIs of libstagefright_color_conversion",
        vector: "local_no_privileges_required",
        service_privilege: "constrained",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}