blob: 0c330018b7360f5c613b68d4fb5c6d63dc8773fa [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: "dtsframescanner_fuzzer",
srcs: [
"dtsframescanner_fuzzer.cpp",
],
static_libs: [
"libaudioutils",
"liblog",
],
shared_libs: [
"libaudiospdif",
],
corpus: ["corpus/*"],
}