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

Commit 0c346ff4 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 am:...

Identity: More static linking of VTS test binary. am: 780f8c86 am: 7fb435ce am: c098dafe am: 63124a6b

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

Change-Id: Ic6352690a9f13604798464d090466ec81e3029a1
parents 9b423c76 63124a6b
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",