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

Commit 4cb1d536 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: I51e71c9689662cefd9ecf9cd9f3d34f6c1aa002b
(cherry picked from commit b3daa1061b6d8377fe0bf71ea222499ad4b985d9)
parent 3f389998
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -73,6 +73,15 @@ cc_defaults {
    ],
    fuzz_config: {
        cc: ["android-framework-input@google.com"],
        componentid: 155276,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libinputflinger library",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}