| Mikhail Naganov | dc6be0d | 2020-09-25 23:03:05 +0000 | [diff] [blame] | 1 | cc_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 | } | ||||