blob: a32df222656735575627c87aa7895bf3b44a56b2 [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",
"liblog",
"libutils",
"libcutils",
],
static_libs: [
"libinstalld",
"libdiskusage",
],
}