1cc_test {
2    name: "vold_tests",
3    defaults: [
4        "vold_default_flags",
5        "vold_default_libs",
6    ],
7
8    srcs: [
9        "Utils_test.cpp",
10        "VoldNativeServiceValidation_test.cpp",
11        "cryptfs_test.cpp",
12    ],
13    static_libs: ["libvold"],
14    shared_libs: ["libbinder"]
15}
16