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, }, }, }