cc_library { | |
name: "libmidiextractor", | |
defaults: ["extractor-defaults"], | |
srcs: ["MidiExtractor.cpp"], | |
header_libs: [ | |
"libmedia_datasource_headers", | |
], | |
static_libs: [ | |
"libmedia_midiiowrapper", | |
"libsonivoxwithoutjet", | |
"libstagefright_foundation", | |
"libwatchdog", | |
], | |
shared_libs: [ | |
"libbase", | |
], | |
host_supported: true, | |
target: { | |
darwin: { | |
enabled: false, | |
}, | |
}, | |
} |