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

Commit 0af3a4ea 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
Bug: 306435930
Test: Build the updated fuzz targets

Change-Id: I23456e7094a6a74db2b9bad05658b0d5c11e1191
parent dcca09b6
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",
    },
}