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

Commit 29c81cb7 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 am: a9bff6fc

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

Change-Id: Ic01aeed9d35f5b6554883f10c7508302001c962d
parents 56c989e8 a9bff6fc
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",