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

Commit a79348a4 authored by Akshata Kadam's avatar Akshata Kadam Committed by Akshata Jadhav
Browse files

Updated fuzz_config in Android.bp file

Added new fields in fuzz_config like - componentid,
description, vector, service_privilege, users, fuzzed_code_usage, etc.

Bug: 306435930
Test: Build resourcefile_fuzzer

Change-Id: I8ba363d214ab0b2e663ded2a2d24745faf5b909f
parent 412cb16d
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",
    },
}