1cc_library {
2 name: "libamrextractor",
3 defaults: ["extractor-defaults"],
4
5 srcs: ["AMRExtractor.cpp"],
6
7 static_libs: [
8 "libstagefright_foundation",
9 ],
10
11 host_supported: true,
12 target: {
13 darwin: {
14 enabled: false,
15 },
16 }
17}
18