blob: 5d38a816721dff6c82a70e0e298bf3b25eac8e35 [file] [log] [blame]
cc_library {
name: "libwavextractor",
defaults: ["extractor-defaults"],
srcs: ["WAVExtractor.cpp"],
include_dirs: [
"frameworks/av/media/libstagefright/include",
],
shared_libs: [
"libbase",
"libbinder_ndk",
],
static_libs: [
"libaudioutils",
"libfifo",
"libstagefright_foundation",
],
}