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

Commit 69022784 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: cfdad864 am:...

Merge "Updated fuzz_config in Android.bp file" into main am: cfdad864 am: 5434b8dc am: b8772b06

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2505637



Change-Id: Ia056114d208b6625f11d2e6bd6277c5b308deb45
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 35a1c9c8 b8772b06
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -47,6 +47,17 @@ cc_fuzz {
    ],

    fuzz_config: {
        componentid: 155276,
        cc: [
            "android-haptics@google.com",
        ],
        componentid: 345036,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libvibrator",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}