blob: 447c8bdbcf318ea6aaa25e5d33b413bbb36691ea [file] [log] [blame]
Dan Willemsen59e086f2016-07-25 17:13:45 -07001// Build the unit tests for installd
2cc_test {
3 name: "installd_utils_test",
4 clang: true,
5 srcs: ["installd_utils_test.cpp"],
6 shared_libs: [
7 "libbase",
8 "libutils",
Dimitry Ivanov1e0ade22016-09-27 09:29:02 -07009 "liblog",
Dan Willemsen59e086f2016-07-25 17:13:45 -070010 "libcutils",
11 ],
12 static_libs: [
13 "libinstalld",
14 "libdiskusage",
15 ],
16}