blob: 447c8bdbcf318ea6aaa25e5d33b413bbb36691ea [file] [log] [blame]
// Build the unit tests for installd
cc_test {
name: "installd_utils_test",
clang: true,
srcs: ["installd_utils_test.cpp"],
shared_libs: [
"libbase",
"libutils",
"liblog",
"libcutils",
],
static_libs: [
"libinstalld",
"libdiskusage",
],
}