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

Commit 780f8c86 authored by David Zeuthen's avatar David Zeuthen
Browse files

Identity: More static linking of VTS test binary.

The VTS test was dynamically linking some libraries not normally
present on an Android system. Statically link these libraries instead.

Bug: 158150767
Test: atest VtsHalIdentityTargetTest
Change-Id: Ib93620c36b0ff7f5c9f239ff8861a11196605881
parent 4e27e0f5
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",