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

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

Merge "Updated fuzz_config in Android.bp file" into main am: 9d0441fb am: cba93900

parents 0c55c169 cba93900
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
@@ -31,9 +31,17 @@ cc_defaults {
    ],
    fuzz_config: {
        cc: [
            "android-media-fuzzing-reports@google.com",
            "android-media-playback@google.com",
        ],
        componentid: 155276,
        hotlists: [
            "4593311",
        ],
        description: "This fuzzer targets the APIs of libstagefright_rtsp",
        vector: "local_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}

@@ -44,7 +52,7 @@ cc_fuzz {
    ],
    defaults: [
        "libstagefright_rtsp_fuzzer_defaults",
    ]
    ],
}

cc_fuzz {