blob: cecc814fdcf552a8fcc64326e1361b3e4b9b3528 [file] [log] [blame]
David Zeuthen81603152020-02-11 22:04:24 -05001cc_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 Zeuthen27cb4eb2020-03-02 10:24:23 -050010 "libcrypto",
David Zeuthen81603152020-02-11 22:04:24 -050011 ],
12 static_libs: [
David Zeuthen27cb4eb2020-03-02 10:24:23 -050013 "libcppbor",
14 "android.hardware.identity-support-lib",
David Zeuthen81603152020-02-11 22:04:24 -050015 "android.hardware.identity-cpp",
16 "android.hardware.keymaster-cpp",
17 ],
18 test_suites: [
19 "general-tests",
20 "vts-core",
21 ],
22}