blob: 8c027e0468b022db2096398bc0845096af6fe7f0 [file] [log] [blame]
// Build the keymaster unit tests
cc_test {
name: "keymaster_test",
srcs: ["keymaster_test.cpp"],
shared_libs: [
"liblog",
"libutils",
"libcrypto",
"libhardware",
],
cflags: [
"-Wall",
"-Werror",
],
}