blob: 6f5137bea0bd937138b89dec2dbe60ac2b58e828 [file] [log] [blame]
cc_library {
name: "libwavextractor",
defaults: ["extractor-defaults"],
srcs: ["WAVExtractor.cpp"],
include_dirs: [
"frameworks/av/media/libstagefright/include",
],
shared_libs: [
"libbinder_ndk",
],
static_libs: [
"libaudioutils",
"libfifo",
"libstagefright_foundation",
],
host_supported: true,
target: {
darwin: {
enabled: false,
},
},
}