• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    default_team: "trendy_team_android_media_audio_framework",
3    // http://go/android-license-faq
4    // A large-scale-change added 'default_applicable_licenses' to import
5    // the below license kinds from "system_media_license":
6    //   SPDX-license-identifier-Apache-2.0
7    default_applicable_licenses: ["system_media_license"],
8}
9
10cc_fuzz {
11    name: "format_fuzzer",
12    srcs: [
13        "format_fuzzer.cpp",
14    ],
15    static_libs: [
16        "libaudioutils",
17        "liblog",
18    ],
19}
20