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

Commit d0dfa170 authored by Ayushi Khopkar's avatar Ayushi Khopkar Committed by 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 the updated fuzz targets

Change-Id: Ibacc876f7afb0e6e2549711df41e6440be4d69a8
(cherry picked from commit 76a0cd25e41b636c25b59ccda27183f3106fb911)
parent 3f389998
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -72,6 +72,14 @@ cc_defaults {
            "android-media-fuzzing-reports@google.com",
        ],
        componentid: 155276,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libgui library",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}