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

Commit ce036fd7 authored by Alessio Balsini's avatar Alessio Balsini
Browse files

fiemap_image_test: libcrypto_utils as static lib



libcrypto_utils is not available as 32 bit library in 64 bit devices.
Import the library as static.

Bug: 148878078
Test: nativetest/fiemap_image_test
Signed-off-by: default avatarAlessio Balsini <balsini@google.com>
Change-Id: I2b8cd69d06607f4216e4e2220dd8561e6eff323c
parent 8bb2b3f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ cc_test {
cc_test {
    name: "fiemap_image_test",
    static_libs: [
        "libcrypto_utils",
        "libdm",
        "libext4_utils",
        "libfs_mgr",
@@ -99,7 +100,6 @@ cc_test {
    shared_libs: [
        "libbase",
        "libcrypto",
        "libcrypto_utils",
        "libcutils",
        "liblog",
    ],
@@ -118,6 +118,7 @@ cc_test {
        "-DSKIP_TEST_IN_PRESUBMIT",
    ],
    static_libs: [
        "libcrypto_utils",
        "libdm",
        "libext4_utils",
        "libfs_mgr",
@@ -126,7 +127,6 @@ cc_test {
    shared_libs: [
        "libbase",
        "libcrypto",
        "libcrypto_utils",
        "libcutils",
        "liblog",
    ],