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

Commit 21ed6fec 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 2536ea06 a79348a4
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package {
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["frameworks_base_libs_androidfw_license"],
    default_team: "trendy_team_android_resources",
}

cc_fuzz {
@@ -52,4 +53,15 @@ cc_fuzz {
            ],
        },
    },
    fuzz_config: {
        cc: [
            "android-resources@google.com",
        ],
        componentid: 568761,
        description: "The fuzzer targets the APIs of libandroidfw",
        vector: "local_no_privileges_required",
        service_privilege: "privileged",
        users: "multi_user",
        fuzzed_code_usage: "shipped",
    },
}