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
Change-Id: I6f3be9291c188cb7ec1c2fea9a4c04f298081d57
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