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", |
David Zeuthen | 27cb4eb | 2020-03-02 10:24:23 -0500 | [diff] [blame] | 10 | "libcrypto", |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 11 | ], |
| 12 | static_libs: [ |
David Zeuthen | 27cb4eb | 2020-03-02 10:24:23 -0500 | [diff] [blame] | 13 | "libcppbor", |
| 14 | "android.hardware.identity-support-lib", |
David Zeuthen | 8160315 | 2020-02-11 22:04:24 -0500 | [diff] [blame] | 15 | "android.hardware.identity-cpp", |
| 16 | "android.hardware.keymaster-cpp", |
| 17 | ], |
| 18 | test_suites: [ |
| 19 | "general-tests", |
| 20 | "vts-core", |
| 21 | ], |
| 22 | } |