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

Commit 45eb940d authored by David Zeuthen's avatar David Zeuthen
Browse files

Identity: Statically link 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
Merged-In: Ida85ca8835d0243c47f451ccdfa0d11d29ec1bdb
Change-Id: If11fe0812bf367400f5c8e894e636937ee191d3f
parent 0e6850ee
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -17,13 +17,13 @@ cc_test {
        "android.hardware.keymaster@4.0",
        "android.hardware.keymaster@4.0",
        "libbinder",
        "libbinder",
        "libcrypto",
        "libcrypto",
        "libkeymaster_portable",
        "libsoft_attestation_cert",
        "libpuresoftkeymasterdevice",
        "android.hardware.keymaster-ndk_platform",
        "android.hardware.keymaster-ndk_platform",
    ],
    ],
    static_libs: [
    static_libs: [
        "libcppbor",
        "libcppbor",
        "libkeymaster_portable",
        "libsoft_attestation_cert",
        "libpuresoftkeymasterdevice",
        "android.hardware.identity-support-lib",
        "android.hardware.identity-support-lib",
        "android.hardware.identity-cpp",
        "android.hardware.identity-cpp",
        "android.hardware.keymaster-cpp",
        "android.hardware.keymaster-cpp",