Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_native
/
236c475de47a41df4dfab4c2716818dce5c12ffa
/
.
/
cmds
/
installd
/
tests
/
Android.bp
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"
,
],
}