Home | History | Annotate | Download | only in keymaster
      1 // Build the keymaster unit tests
      2 cc_test {
      3     name: "keymaster_test",
      4     srcs: ["keymaster_test.cpp"],
      5 
      6     shared_libs: [
      7         "liblog",
      8         "libutils",
      9         "libcrypto",
     10         "libhardware",
     11     ],
     12 
     13     cflags: [
     14         "-Wall",
     15         "-Werror",
     16     ],
     17 }
     18