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

Commit 80e8cb88 authored by David Zeuthen's avatar David Zeuthen Committed by Automerger Merge Worker
Browse files

Identity: More static linking of VTS test binary. am: d7066d0c

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/11913451

Change-Id: I75531e7ece9cd7dcf07c8682632c6fbb47e77e2a
parents 7d2350be d7066d0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,19 +14,19 @@ cc_test {
        "ReaderAuthTests.cpp",
    ],
    shared_libs: [
        "android.hardware.keymaster@4.0",
        "libbinder",
        "libcrypto",
        "android.hardware.keymaster-ndk_platform",
    ],
    static_libs: [
        "libcppbor",
        "libkeymaster_portable",
        "libsoft_attestation_cert",
        "libpuresoftkeymasterdevice",
        "android.hardware.keymaster@4.0",
        "android.hardware.identity-support-lib",
        "android.hardware.identity-cpp",
        "android.hardware.keymaster-cpp",
        "android.hardware.keymaster-ndk_platform",
    ],
    test_suites: [
        "general-tests",