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

Commit 8a92f2d7 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 68c7869e 541f8503
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
@@ -273,6 +273,17 @@ cc_defaults {
        "libbase",
        "liblog",
    ],
    fuzz_config: {
        cc: [
            "smoreland@google.com",
        ],
        componentid: 128577,
        description: "The fuzzer targets the APIs of libutils",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}

cc_fuzz {