summaryrefslogtreecommitdiffstats
path: root/identity/aidl/vts/Android.bp
blob: 21ff440075308871514cf3984d13126328256886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
cc_test {
    name: "VtsHalIdentityTargetTest",
    defaults: [
        "VtsHalTargetTestDefaults",
        "use_libaidlvintf_gtest_helper_static",
    ],
    srcs: ["VtsHalIdentityTargetTest.cpp"],
    shared_libs: [
        "libbinder",
        "libcppbor",
        "android.hardware.identity-support-lib",
    ],
    static_libs: [
        "android.hardware.identity-cpp",
        "android.hardware.keymaster-cpp",
    ],
    test_suites: [
        "general-tests",
        "vts-core",
    ],
}