From d00a577c97f68725dc2488f9ee1e44a96f639c5d Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Mon, 20 Jul 2020 23:11:16 -0700 Subject: [PATCH] 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 --- debuggerd/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debuggerd/Android.bp b/debuggerd/Android.bp index 31c2d5d64..ad10a1f37 100644 --- a/debuggerd/Android.bp +++ b/debuggerd/Android.bp @@ -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: [