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

Commit 12e53bc3 authored by David Anderson's avatar David Anderson
Browse files

init: Statically link libbootloader_message.

This is to resolve idiosyncracies with test packaging.

Bug: 244284630
Test: ldd -d -r CtsInitTestCases
Change-Id: Iec2c14c3ca5cd359b79d9e1f12e689c0eeffb122
parent 76dd810e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ libinit_cc_defaults {
    },
    static_libs: [
        "libavb",
        "libbootloader_message",
        "libc++fs",
        "libcgrouprc_format",
        "libfsverity_init",
@@ -181,7 +182,6 @@ libinit_cc_defaults {
    ],
    shared_libs: [
        "libbase",
        "libbootloader_message",
        "libcrypto",
        "libcutils",
        "libdl",