blob: 05ddf8ed3ea9af75de51a91082157beb982cbe40 [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",
"libcutils",
],
static_libs: [
"libinstalld",
"libdiskusage",
],
}