Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_vold
/
fe2ded08fc75fc68db44ccc9b098a844f27da30e
/
.
/
tests
/
Android.bp
blob: b90de3ac0dbe24229d0bd7b58f83d931544266b7 [
file
] [
log
] [
blame
]
cc_test
{
name
:
"vold_tests"
,
defaults
:
[
"vold_default_flags"
,
"vold_default_libs"
,
],
srcs
:
[
"Utils_test.cpp"
,
"VoldNativeServiceValidation_test.cpp"
,
"cryptfs_test.cpp"
,
],
static_libs
:
[
"libvold"
],
shared_libs
:
[
"libbinder"
]
}