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

Commit d00a577c authored by Peter Collingbourne's avatar Peter Collingbourne
Browse files

Statically link libminijail to debuggerd_test.

We do not install a 32-bit version of libminijail to 64/32 devices,
which means that "atest -a debuggerd_test" always fails on 32-bit.
Fix it by statically linking libminijail.

Change-Id: I1e5610d1353b4f5b718c1259825421c0c07d7c24
parent 10e428dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -253,7 +253,6 @@ cc_test {
        "libcutils",
        "libdebuggerd_client",
        "liblog",
        "libminijail",
        "libnativehelper",
        "libunwindstack",
    ],
@@ -261,6 +260,7 @@ cc_test {
    static_libs: [
        "libdebuggerd",
        "libgmock",
        "libminijail",
    ],

    header_libs: [