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

Commit 7fb435ce authored by David Zeuthen's avatar David Zeuthen Committed by Automerger Merge Worker
Browse files

Identity: More static linking of VTS test binary. am: 780f8c86

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

Change-Id: I3cae9f75a911b40c7b38b3bdaa71354e9d20b905
parents 9046a202 780f8c86
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",