platform_system_vold/tests/Android.bp

20 lines
371 B
Text
Raw Normal View History

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
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"]
}