blob: 102ac813fff1dacb3129357b29b77af6014ace2b [file] [log] [blame]
cc_library {
name: "libmp3extractor",
defaults: ["extractor-defaults"],
srcs: [
"MP3Extractor.cpp",
"VBRISeeker.cpp",
"XINGSeeker.cpp",
],
static_libs: [
"libutils",
"libstagefright_id3",
"libstagefright_foundation",
],
}