blob: 2593000643fb13683d22fa508d68ad5b7ca8ff00 [file] [log] [blame]
cc_library {
name: "libflacextractor",
defaults: ["extractor-defaults"],
srcs: ["FLACExtractor.cpp"],
include_dirs: [
"external/flac/include",
],
shared_libs: [
"libbase",
"libbinder_ndk",
],
static_libs: [
"libaudioutils",
"libFLAC",
"libstagefright_foundation",
"libstagefright_metadatautils",
"libutils",
],
host_supported: true,
target: {
darwin: {
enabled: false,
},
},
}