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

Commit df1c77da authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Updated fuzz_config in Android.bp file" into main

parents deb05c99 aae715f9
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 {