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

Commit 21abf3ae authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Identity: Statically link additional libraries in...

Merge "Identity: Statically link additional libraries in VtsHalIdentityTargetTest." into rvc-dev am: 2cc31a6f am: 061d9070 am: 45051a8a

Change-Id: I181afe6c0d0d232e9ca9ec61338d4166536a8ab2
parents 4ea0659b 45051a8a
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",
    ],