mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 07:28:14 +00:00
Identity: Statically link additional libraries in VtsHalIdentityTargetTest. am: 27cb4eb4da am: f24ac7f16e
Change-Id: I7081051ae18d67324a69424b5b4447a06ba33944
This commit is contained in:
@@ -7,10 +7,11 @@ cc_test {
|
||||
srcs: ["VtsHalIdentityTargetTest.cpp"],
|
||||
shared_libs: [
|
||||
"libbinder",
|
||||
"libcppbor",
|
||||
"android.hardware.identity-support-lib",
|
||||
"libcrypto",
|
||||
],
|
||||
static_libs: [
|
||||
"libcppbor",
|
||||
"android.hardware.identity-support-lib",
|
||||
"android.hardware.identity-cpp",
|
||||
"android.hardware.keymaster-cpp",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user