Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_system_vold
/
72005fd1e691e38e0cd82531369f669576490077
/
.
/
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"
]
}