1package {
2    default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
5cc_test {
6    name: "vold_tests",
7    defaults: [
8        "vold_default_flags",
9        "vold_default_libs",
10    ],
11
12    srcs: [
13        "Utils_test.cpp",
14        "VoldNativeServiceValidation_test.cpp",
15        "cryptfs_test.cpp",
16    ],
17    static_libs: ["libvold"],
18    shared_libs: ["libbinder"]
19}
20