Saketh Sathuvalli | 4ece3e0 | 2020-07-19 21:19:39 +0530 | [diff] [blame] | 1 | // audio preprocessing unit test |
| 2 | cc_test { |
| 3 | name: "AudioPreProcessingTest", |
| 4 | |
| 5 | vendor: true, |
| 6 | |
| 7 | relative_install_path: "soundfx", |
| 8 | |
| 9 | srcs: ["PreProcessingTest.cpp"], |
| 10 | |
| 11 | shared_libs: [ |
| 12 | "libaudiopreprocessing", |
| 13 | "libaudioutils", |
| 14 | "liblog", |
| 15 | "libutils", |
| 16 | "libwebrtc_audio_preprocessing", |
| 17 | ], |
| 18 | |
| 19 | cflags: [ |
| 20 | "-DWEBRTC_POSIX", |
| 21 | "-fvisibility=default", |
| 22 | "-Wall", |
| 23 | "-Werror", |
| 24 | ], |
| 25 | |
| 26 | header_libs: [ |
| 27 | "libaudioeffects", |
| 28 | "libhardware_headers", |
| 29 | ], |
| 30 | } |