Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05a7f313 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Identity: Statically link additional libraries in VtsHalIdentityTargetTest....

Identity: Statically link additional libraries in VtsHalIdentityTargetTest. am: 27cb4eb4 am: f24ac7f1 am: de6a3bb4

Change-Id: I669bd1307e9066c3c80bfcc42e25847f432b9c78
parents 0ca2eacf de6a3bb4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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",
    ],