blob: c5ba1227d1e42fad353e286408254427a8bc11a0 [file] [log] [blame]
Mikhail Naganovf33115d2020-09-25 23:03:05 +00001cc_test {
2 name: "libmedia_helper_tests",
3
4 generated_headers: ["audio_policy_configuration_V7_0"],
5 generated_sources: ["audio_policy_configuration_V7_0"],
6 header_libs: ["libxsdc-utils"],
7 shared_libs: [
8 "libbase",
9 "liblog",
10 "libmedia_helper",
11 "libxml2",
12 ],
13
14 srcs: ["typeconverter_tests.cpp"],
15
16 cflags: [
17 "-Werror",
18 "-Wall",
19 ],
20
21 test_suites: ["device-tests"],
22}