mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Identity: Statically link additional libraries in VtsHalIdentityTargetTest." into rvc-dev am: 2cc31a6f4a
Change-Id: Ic3abc8455023c86f830b68b8c6c1c9730008d0a8
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