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

Commit 7bf91894 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: I4328e8007c5278a57437659476d03607be778676
parent a77d7d8d
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -72,9 +72,17 @@ cc_defaults {
    ],
    fuzz_config: {
        cc: [
            "android-media-fuzzing-reports@google.com",
            "android-cogs-eng@google.com",
        ],
        componentid: 155276,
        componentid: 1075131,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libsurfaceflinger library",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}