blob: e4780bf89cbbb9a5a875ef1b066aca5846814945 [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 ],
Selene Huang92b61d62020-03-04 02:24:16 -08007 srcs: [
8 "VtsHalIdentityEndToEndTest.cpp",
9 "VtsIWritableIdentityCredentialTests.cpp",
10 "VtsIdentityTestUtils.cpp",
11 ],
David Zeuthen81603152020-02-11 22:04:24 -050012 shared_libs: [
13 "libbinder",
David Zeuthen27cb4eb2020-03-02 10:24:23 -050014 "libcrypto",
David Zeuthen81603152020-02-11 22:04:24 -050015 ],
16 static_libs: [
David Zeuthen27cb4eb2020-03-02 10:24:23 -050017 "libcppbor",
18 "android.hardware.identity-support-lib",
David Zeuthen81603152020-02-11 22:04:24 -050019 "android.hardware.identity-cpp",
20 "android.hardware.keymaster-cpp",
21 ],
22 test_suites: [
23 "general-tests",
Dan Shiba894f82020-03-26 00:06:39 -070024 "vts",
David Zeuthen81603152020-02-11 22:04:24 -050025 ],
26}