18 lines
275 B
Plaintext
18 lines
275 B
Plaintext
// Build the keymaster unit tests
|
|
cc_test {
|
|
name: "keymaster_test",
|
|
srcs: ["keymaster_test.cpp"],
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libutils",
|
|
"libcrypto",
|
|
"libhardware",
|
|
],
|
|
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
}
|