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

Commit 2a57e563 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Updated fuzz_config in Android.bp file" into main am: 715bb87f am:...

Merge "Updated fuzz_config in Android.bp file" into main am: 715bb87f am: 0d34a76e am: e2859dc1

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2505241



Change-Id: I5f2b0f29ab1d8d11a278e984a06b537540a6a875
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 8d1ebe85 e2859dc1
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -39,9 +39,17 @@ cc_defaults {
    ],
    fuzz_config: {
        cc: [
            "android-media-fuzzing-reports@google.com",
            "android-hardware-security@google.com",
        ],
        componentid: 533764,
        componentid: 1084733,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libkeymaster4support",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}