Files
Android11/system/vold/tests/Android.bp
2023-10-13 14:01:41 +00:00

16 lines
301 B
Plaintext

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"]
}