blob: 89c11aa160af3b1434457a6b3b1010e79d773a09 [file] [log] [blame]
// Build the unit tests for installd
cc_test {
name: "installd_utils_test",
clang: true,
srcs: ["installd_utils_test.cpp"],
cflags: ["-Wall", "-Werror"],
shared_libs: [
"libbase",
"libutils",
"libcutils",
],
static_libs: [
"libdiskusage",
"libinstalld",
"liblog",
],
}
cc_test {
name: "installd_cache_test",
clang: true,
srcs: ["installd_cache_test.cpp"],
cflags: ["-Wall", "-Werror"],
shared_libs: [
"libbase",
"libbinder",
"libcutils",
"libselinux",
"libutils",
],
static_libs: [
"libdiskusage",
"libinstalld",
"liblog",
"liblogwrap",
],
}
cc_test {
name: "installd_service_test",
clang: true,
srcs: ["installd_service_test.cpp"],
cflags: ["-Wall", "-Werror"],
shared_libs: [
"libbase",
"libbinder",
"libcutils",
"libselinux",
"libutils",
],
static_libs: [
"libdiskusage",
"libinstalld",
"liblog",
"liblogwrap",
],
}