commit | aaa16bbad4ea43c32cea791ac189b4f794d69dc7 | [log] [tgz] |
---|---|---|
author | David Anderson <dvander@google.com> | Tue Oct 04 16:32:50 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 04 16:32:50 2022 +0000 |
tree | 0a327899aa6fd550cb05f1cadff549317e0e9000 | |
parent | 7214c98d2e7a9f040668ffc7b6903853a3a569b1 [diff] | |
parent | 12e53bc350f8d323999db3be3720812fd6c8be63 [diff] |
Merge "init: Statically link libbootloader_message."
diff --git a/init/Android.bp b/init/Android.bp index 6255305..f0e362c 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -161,6 +161,7 @@ }, static_libs: [ "libavb", + "libbootloader_message", "libc++fs", "libcgrouprc_format", "libfsverity_init", @@ -181,7 +182,6 @@ ], shared_libs: [ "libbase", - "libbootloader_message", "libcrypto", "libcutils", "libdl",