David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 1 | cc_test { |
2 | name: "VtsHalIdentityTargetTest", | ||||
3 | defaults: [ | ||||
4 | "VtsHalTargetTestDefaults", | ||||
5 | "use_libaidlvintf_gtest_helper_static", | ||||
6 | ], | ||||
7 | srcs: ["VtsHalIdentityTargetTest.cpp"], | ||||
8 | shared_libs: [ | ||||
9 | "libbinder", | ||||
10 | "libcppbor", | ||||
11 | "android.hardware.identity-support-lib", | ||||
12 | ], | ||||
13 | static_libs: [ | ||||
14 | "android.hardware.identity-cpp", | ||||
15 | "android.hardware.keymaster-cpp", | ||||
16 | ], | ||||
17 | test_suites: [ | ||||
18 | "general-tests", | ||||
19 | "vts-core", | ||||
20 | ], | ||||
21 | } |