| package { |
| default_team: "trendy_team_media_framework_audio", |
| // See: http://go/android-license-faq |
| // A large-scale-change added 'default_applicable_licenses' to import |
| // all of the 'license_kinds' from "frameworks_av_license" |
| // to get the below license kinds: |
| // SPDX-license-identifier-Apache-2.0 |
| default_applicable_licenses: ["frameworks_av_license"], |
| } |
| |
| cc_fuzz { |
| name: "media_log_fuzzer", |
| static_libs: [ |
| "libmedialogservice", |
| ], |
| srcs: [ |
| "media_log_fuzzer.cpp", |
| ], |
| header_libs: [ |
| "libmedia_headers", |
| ], |
| shared_libs: [ |
| "libaudioutils", |
| "libbinder", |
| "liblog", |
| "libmediautils", |
| "libnblog", |
| "libutils", |
| ], |
| include_dirs: [ |
| "frameworks/av/services/medialog", |
| ], |
| cflags: [ |
| "-Werror", |
| "-Wall", |
| ], |
| fuzz_config: { |
| cc: [ |
| "android-media-fuzzing-reports@google.com", |
| ], |
| componentid: 155276, |
| hotlists: [ |
| "4593311", |
| ], |
| description: "The fuzzer targets the APIs of libmedialogservice library", |
| vector: "local_privileges_required", |
| service_privilege: "constrained", |
| users: "multi_user", |
| fuzzed_code_usage: "future_version", |
| }, |
| } |