blob: 5e8255ab62dd71dbe784be6ec903ee776c4c3cea [file] [log] [blame]
Saketh Sathuvalli4ece3e02020-07-19 21:19:39 +05301// audio preprocessing unit test
2cc_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 Sathuvalli4ece3e02020-07-19 21:19:39 +053016 ],
Saketh Sathuvalli4ece3e02020-07-19 21:19:39 +053017 header_libs: [
18 "libaudioeffects",
19 "libhardware_headers",
20 ],
21}
Rivukanta Bhattacharya46ab24a2021-01-25 20:33:35 +053022
23cc_test {
24 name: "correlation",
25 host_supported: true,
26 srcs: ["correlation.cpp"],
27 cflags: [
28 "-Wall",
29 "-Werror",
30 "-Wextra",
31 ],
32}