blob: e4780bf89cbbb9a5a875ef1b066aca5846814945 [file] [log] [blame]
cc_test {
name: "VtsHalIdentityTargetTest",
defaults: [
"VtsHalTargetTestDefaults",
"use_libaidlvintf_gtest_helper_static",
],
srcs: [
"VtsHalIdentityEndToEndTest.cpp",
"VtsIWritableIdentityCredentialTests.cpp",
"VtsIdentityTestUtils.cpp",
],
shared_libs: [
"libbinder",
"libcrypto",
],
static_libs: [
"libcppbor",
"android.hardware.identity-support-lib",
"android.hardware.identity-cpp",
"android.hardware.keymaster-cpp",
],
test_suites: [
"general-tests",
"vts",
],
}