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

Commit 53d16c5a 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: e70bfcad am:...

Merge "Updated fuzz_config in Android.bp file" into main am: e70bfcad am: fb24f04f am: 58aa7548

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



Change-Id: I8480078580f25d3ffbd874a6db176005a6ebe1e9
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f101e10f 58aa7548
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -74,9 +74,17 @@ cc_defaults {
    ],
    fuzz_config: {
        cc: [
            "android-media-fuzzing-reports@google.com",
            "android-cogs-eng@google.com",
        ],
        componentid: 155276,
        componentid: 1075131,
        hotlists: [
            "4593311",
        ],
        description: "The fuzzer targets the APIs of libsurfaceflinger library",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}