Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
08f1b67b54c962da21f7040bff5ed8dbd8ac7b5f
/
.
/
cmds
/
installd
/
tests
/
Android.bp
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"
,
],
}