Sasha Smundak | 8b07840 | 2019-01-31 13:23:55 -0800 | [diff] [blame] | 1 | // Build the unit tests. |
| 2 | cc_test { |
| 3 | name: "ResourceManagerService_test", |
| 4 | srcs: ["ResourceManagerService_test.cpp"], |
Chong Zhang | 599a092 | 2019-08-14 13:15:32 -0700 | [diff] [blame^] | 5 | test_suites: ["device-tests"], |
Sasha Smundak | 8b07840 | 2019-01-31 13:23:55 -0800 | [diff] [blame] | 6 | shared_libs: [ |
| 7 | "libbinder", |
| 8 | "liblog", |
| 9 | "libmedia", |
| 10 | "libresourcemanagerservice", |
| 11 | "libutils", |
| 12 | ], |
| 13 | include_dirs: [ |
| 14 | "frameworks/av/include", |
| 15 | "frameworks/av/services/mediaresourcemanager", |
| 16 | ], |
| 17 | cflags: [ |
| 18 | "-Werror", |
| 19 | "-Wall", |
| 20 | ], |
| 21 | compile_multilib: "32", |
| 22 | } |
| 23 | |
| 24 | cc_test { |
| 25 | name: "ServiceLog_test", |
| 26 | srcs: ["ServiceLog_test.cpp"], |
Chong Zhang | 599a092 | 2019-08-14 13:15:32 -0700 | [diff] [blame^] | 27 | test_suites: ["device-tests"], |
Sasha Smundak | 8b07840 | 2019-01-31 13:23:55 -0800 | [diff] [blame] | 28 | shared_libs: [ |
| 29 | "liblog", |
| 30 | "libmedia", |
| 31 | "libresourcemanagerservice", |
| 32 | "libutils", |
| 33 | ], |
| 34 | include_dirs: [ |
| 35 | "frameworks/av/include", |
| 36 | "frameworks/av/services/mediaresourcemanager", |
| 37 | ], |
| 38 | cflags: [ |
| 39 | "-Werror", |
| 40 | "-Wall", |
| 41 | ], |
| 42 | compile_multilib: "32", |
| 43 | } |