Andy Hung | c89c8dc | 2019-10-16 17:48:21 -0700 | [diff] [blame] | 1 | cc_test { |
| 2 | name: "mediametrics_tests", |
Ray Essick | 7f6cde9 | 2019-11-17 11:19:44 -0800 | [diff] [blame] | 3 | test_suites: ["device-tests"], |
Andy Hung | c89c8dc | 2019-10-16 17:48:21 -0700 | [diff] [blame] | 4 | |
| 5 | cflags: [ |
| 6 | "-Wall", |
| 7 | "-Werror", |
| 8 | "-Wextra", |
| 9 | ], |
| 10 | |
| 11 | include_dirs: [ |
Ray Essick | 40e8e5e | 2019-12-05 20:19:40 -0800 | [diff] [blame] | 12 | "frameworks/av/services/mediametrics", |
Andy Hung | c89c8dc | 2019-10-16 17:48:21 -0700 | [diff] [blame] | 13 | ], |
| 14 | |
| 15 | shared_libs: [ |
| 16 | "libbinder", |
| 17 | "liblog", |
Andy Hung | c89c8dc | 2019-10-16 17:48:21 -0700 | [diff] [blame] | 18 | "libmediametrics", |
Ray Essick | 40e8e5e | 2019-12-05 20:19:40 -0800 | [diff] [blame] | 19 | "libmediametricsservice", |
Andy Hung | a85efab | 2019-12-23 11:41:29 -0800 | [diff] [blame] | 20 | "libmediautils", |
Andy Hung | c89c8dc | 2019-10-16 17:48:21 -0700 | [diff] [blame] | 21 | "libutils", |
| 22 | ], |
| 23 | |
Andy Hung | a629bd1 | 2020-06-05 16:03:53 -0700 | [diff] [blame] | 24 | header_libs: [ |
| 25 | "libaudioutils_headers", |
| 26 | ], |
| 27 | |
Andy Hung | c89c8dc | 2019-10-16 17:48:21 -0700 | [diff] [blame] | 28 | srcs: [ |
| 29 | "mediametrics_tests.cpp", |
| 30 | ], |
| 31 | } |