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

Commit 36d91818 authored by Akshata Kadam's avatar Akshata Kadam
Browse files

Updated color_conversion_fuzzer fuzz_config in Android.bp file

Added new fields in fuzz_config like - hotlists,
description, vector, service_privilege, users, fuzzed_code_usage, etc.

Bug: 246232332
Test: Build the updated fuzz targets

Change-Id: Id13fdc7b574815101e87572c4af4242b302afd60
parent ed2bb86b
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",
    },
}