Loading libs/androidfw/fuzz/resourcefile_fuzzer/Android.bp +13 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading @@ -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", }, } Loading
libs/androidfw/fuzz/resourcefile_fuzzer/Android.bp +13 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading @@ -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", }, }