summaryrefslogtreecommitdiff
path: root/tests/keymaster/Android.bp
blob: 8c027e0468b022db2096398bc0845096af6fe7f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Build the keymaster unit tests
cc_test {
    name: "keymaster_test",
    srcs: ["keymaster_test.cpp"],

    shared_libs: [
        "liblog",
        "libutils",
        "libcrypto",
        "libhardware",
    ],

    cflags: [
        "-Wall",
        "-Werror",
    ],
}