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

Commit 70d766c4 authored by Ayushi Khopkar's avatar Ayushi Khopkar
Browse files

Updated fuzz_config in Android.bp file

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

Bug: 271384401
Test: Build codecServiceRegistrant_fuzzer

Change-Id: I2e947dc1459ad4c415b89b826c2c284436b12385
parent aaaad880
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -41,5 +41,13 @@ cc_fuzz {
            "android-media-fuzzing-reports@google.com",
        ],
        componentid: 155276,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libmedia_codecserviceregistrant",
        vector: "local_no_privileges_required",
        service_privilege: "constrained",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}