init: Statically link libbootloader_message.
This is to resolve idiosyncracies with test packaging. Bug: 244284630 Test: ldd -d -r CtsInitTestCases Change-Id: Iec2c14c3ca5cd359b79d9e1f12e689c0eeffb122
This commit is contained in:
parent
76dd810ecf
commit
12e53bc350
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue