Manisha Jajoo | be7e57f | 2019-11-22 10:18:54 +0530 | [diff] [blame] | 1 | cc_library { |
Chong Zhang | 2acd744 | 2020-01-14 12:24:12 -0800 | [diff] [blame] | 2 | name: "libwavextractor", |
| 3 | |
| 4 | defaults: ["extractor-defaults"], |
Marco Nelissen | 7522617 | 2016-11-16 14:10:52 -0800 | [diff] [blame] | 5 | |
| 6 | srcs: ["WAVExtractor.cpp"], |
| 7 | |
| 8 | include_dirs: [ |
| 9 | "frameworks/av/media/libstagefright/include", |
| 10 | ], |
| 11 | |
| 12 | shared_libs: [ |
Jean-Baptiste Théou | b7fc2ee | 2019-09-12 14:43:04 +0900 | [diff] [blame] | 13 | "libbase", |
Andy Hung | fcc4e61 | 2018-11-15 15:07:19 -0800 | [diff] [blame] | 14 | "libbinder_ndk", |
Marco Nelissen | 7522617 | 2016-11-16 14:10:52 -0800 | [diff] [blame] | 15 | ], |
| 16 | |
| 17 | static_libs: [ |
Ari Hausman-Cohen | 2b674bb | 2018-06-22 14:53:20 -0700 | [diff] [blame] | 18 | "libaudioutils", |
Marco Nelissen | 7522617 | 2016-11-16 14:10:52 -0800 | [diff] [blame] | 19 | "libfifo", |
Marco Nelissen | 7f3f4c9 | 2018-03-30 09:35:04 -0700 | [diff] [blame] | 20 | "libstagefright_foundation", |
Marco Nelissen | 7522617 | 2016-11-16 14:10:52 -0800 | [diff] [blame] | 21 | ], |
Ayushi Khopkar | 7254a93 | 2020-06-08 21:14:01 +0530 | [diff] [blame] | 22 | |
| 23 | host_supported: true, |
| 24 | target: { |
| 25 | darwin: { |
| 26 | enabled: false, |
| 27 | }, |
| 28 | }, |
Marco Nelissen | 7522617 | 2016-11-16 14:10:52 -0800 | [diff] [blame] | 29 | } |