Rivukanta Bhattacharya | fd60579 | 2020-11-13 20:39:52 +0530 | [diff] [blame] | 1 | cc_benchmark { |
Rivukanta Bhattacharya | fd60579 | 2020-11-13 20:39:52 +0530 | [diff] [blame] | 2 | name: "preprocessing_benchmark", |
| 3 | vendor: true, |
| 4 | relative_install_path: "soundfx", |
| 5 | srcs: ["preprocessing_benchmark.cpp"], |
| 6 | shared_libs: [ |
| 7 | "libaudiopreprocessing", |
| 8 | "libaudioutils", |
| 9 | "liblog", |
| 10 | "libutils", |
| 11 | ], |
| 12 | cflags: [ |
| 13 | "-DWEBRTC_POSIX", |
| 14 | "-fvisibility=default", |
| 15 | "-Wall", |
| 16 | "-Werror", |
| 17 | "-Wextra", |
| 18 | ], |
| 19 | header_libs: [ |
| 20 | "libaudioeffects", |
| 21 | "libhardware_headers", |
| 22 | "libwebrtc_absl_headers", |
| 23 | ], |
| 24 | } |