blob: 05ddf8ed3ea9af75de51a91082157beb982cbe40 [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",
9 "libcutils",
10 ],
11 static_libs: [
12 "libinstalld",
13 "libdiskusage",
14 ],
15}