Merge "init: Statically link libbootloader_message." am: aaa16bbad4
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2240121 Change-Id: Id215c3813f82fc7231c9b784efd36a189c12003e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d30c5df76f
1 changed files with 1 additions and 1 deletions
|
|
@ -161,6 +161,7 @@ libinit_cc_defaults {
|
||||||
},
|
},
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libavb",
|
"libavb",
|
||||||
|
"libbootloader_message",
|
||||||
"libc++fs",
|
"libc++fs",
|
||||||
"libcgrouprc_format",
|
"libcgrouprc_format",
|
||||||
"libfsverity_init",
|
"libfsverity_init",
|
||||||
|
|
@ -181,7 +182,6 @@ libinit_cc_defaults {
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libbase",
|
"libbase",
|
||||||
"libbootloader_message",
|
|
||||||
"libcrypto",
|
"libcrypto",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
"libdl",
|
"libdl",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue