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
This commit is contained in:
Peter Collingbourne 2020-07-20 23:11:16 -07:00
parent 10e428dd77
commit d00a577c97
1 changed files with 1 additions and 1 deletions

View File

@ -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: [