blob: 794ea5e636bc6d9a4eabc9cd712aa35adb66b3d4 [file] [log] [blame]
package {
default_team: "trendy_team_android_media_audio_framework",
// http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// the below license kinds from "system_media_license":
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["system_media_license"],
}
cc_fuzz {
name: "format_fuzzer",
srcs: [
"format_fuzzer.cpp",
],
static_libs: [
"libaudioutils",
"liblog",
],
}