blob: 440065f34f66952f3ff958856c94c16c1d1aec99 [file] [log] [blame]
cc_library {
name: "libamrextractor",
defaults: ["extractor-defaults"],
srcs: ["AMRExtractor.cpp"],
static_libs: [
"libstagefright_foundation",
],
host_supported: true,
target: {
darwin: {
enabled: false,
},
}
}