blob: a32df222656735575627c87aa7895bf3b44a56b2 [file] [log] [blame]
Dan Willemsen4c939742016-12-06 15:44:57 -08001// 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 "liblog",
9 "libutils",
10 "libcutils",
11 ],
12 static_libs: [
13 "libinstalld",
14 "libdiskusage",
15 ],
16}