mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Bug: 151896491 Test: local build Exempt-From-Owner-Approval: This CL update suite name vts-core to vts as the suite name is updated. This CL won't change test logic or behavior. Change-Id: I562b4dc50765e953800a814a8fd84a01c1b9352b Merged-In: I562b4dc50765e953800a814a8fd84a01c1b9352b
23 lines
514 B
Plaintext
23 lines
514 B
Plaintext
cc_test {
|
|
name: "VtsHalIdentityTargetTest",
|
|
defaults: [
|
|
"VtsHalTargetTestDefaults",
|
|
"use_libaidlvintf_gtest_helper_static",
|
|
],
|
|
srcs: ["VtsHalIdentityTargetTest.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",
|
|
],
|
|
}
|