Dan Willemsen | 59e086f | 2016-07-25 17:13:45 -0700 | [diff] [blame] | 1 | // Build the unit tests for installd |
2 | cc_test { | ||||
3 | name: "installd_utils_test", | ||||
4 | clang: true, | ||||
5 | srcs: ["installd_utils_test.cpp"], | ||||
6 | shared_libs: [ | ||||
7 | "libbase", | ||||
8 | "libutils", | ||||
9 | "libcutils", | ||||
10 | ], | ||||
11 | static_libs: [ | ||||
12 | "libinstalld", | ||||
13 | "libdiskusage", | ||||
14 | ], | ||||
15 | } |