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", |
Saketh Sathuvalli | 4ece3e0 | 2020-07-19 21:19:39 +0530 | [diff] [blame] | 16 | ], |
Saketh Sathuvalli | 4ece3e0 | 2020-07-19 21:19:39 +0530 | [diff] [blame] | 17 | header_libs: [ |
| 18 | "libaudioeffects", |
| 19 | "libhardware_headers", |
| 20 | ], |
| 21 | } |
Rivukanta Bhattacharya | 46ab24a | 2021-01-25 20:33:35 +0530 | [diff] [blame] | 22 | |
| 23 | cc_test { |
| 24 | name: "correlation", |
| 25 | host_supported: true, |
| 26 | srcs: ["correlation.cpp"], |
| 27 | cflags: [ |
| 28 | "-Wall", |
| 29 | "-Werror", |
| 30 | "-Wextra", |
| 31 | ], |
| 32 | } |