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

Commit aae715f9 authored by Akhilesh Sanikop's avatar Akhilesh Sanikop Committed by kunal rai
Browse files

Updated fuzz_config in Android.bp file

Added fuzz_config and its fields like - cc, componentid,
hotlists, description, vector, service_privilege,
users & fuzzed_code_usage.

Bug: 306435930
Test: Build the updated fuzz targets

Change-Id: Ib537f4c4c98860de431e33dedbd106930cf8e45a
parent 0480a2e8
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -46,6 +46,21 @@ cc_defaults {
        "hardware/interfaces/security/keymint/support/include",
        "frameworks/native/libs/binder/ndk/include_platform",
    ],
    fuzz_config: {
        cc: [
            "android-hardware-security@google.com",
        ],
        componentid: 1084733,
        hotlists: [
            "4593311",
            "4271696",
        ],
        description: "The fuzzer targets the APIs of libkeymint_support",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}

cc_defaults {