blob: 262fd19d36b8d04b4a361097fc1ec430acf6bbde [file] [log] [blame]
Rivukanta Bhattacharyafd605792020-11-13 20:39:52 +05301cc_benchmark {
Rivukanta Bhattacharyafd605792020-11-13 20:39:52 +05302 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}