Home | History | Annotate | Download | only in tests
      1 cc_test {
      2     name: "vold_tests",
      3     defaults: [
      4         "vold_default_flags",
      5         "vold_default_libs",
      6     ],
      7 
      8     srcs: [
      9         "CryptfsScryptHidlizationEquivalence_test.cpp",
     10         "Utils_test.cpp",
     11         "cryptfs_test.cpp",
     12     ],
     13     static_libs: ["libvold"],
     14 }
     15