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

Commit 2cc31a6f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Identity: Statically link additional libraries in VtsHalIdentityTargetTest." into rvc-dev

parents 42a5bfd9 18be965c
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -7,10 +7,11 @@ cc_test {
    srcs: ["VtsHalIdentityTargetTest.cpp"],
    srcs: ["VtsHalIdentityTargetTest.cpp"],
    shared_libs: [
    shared_libs: [
        "libbinder",
        "libbinder",
        "libcppbor",
        "libcrypto",
        "android.hardware.identity-support-lib",
    ],
    ],
    static_libs: [
    static_libs: [
        "libcppbor",
        "android.hardware.identity-support-lib",
        "android.hardware.identity-cpp",
        "android.hardware.identity-cpp",
        "android.hardware.keymaster-cpp",
        "android.hardware.keymaster-cpp",
    ],
    ],