commit | 8d9b3aec3d4969dca5d2e1d0bc1ef98221969032 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Jul 26 17:57:58 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 26 17:57:58 2018 +0000 |
tree | 6bcd574247b65a418e9ed1d27f6f3dcb5e47e925 | |
parent | 8515cd5f2394532ea82875774a4807f57c13b788 [diff] | |
parent | 4d9e62d8a07b233da4d82a42eb30de64cf2b45bd [diff] |
Merge "Add proto3 support for care_map"
diff --git a/bootloader_message/Android.bp b/bootloader_message/Android.bp index ab23733..5cd2132 100644 --- a/bootloader_message/Android.bp +++ b/bootloader_message/Android.bp
@@ -14,7 +14,7 @@ // limitations under the License. // -cc_library_static { +cc_library { name: "libbootloader_message", recovery_available: true, srcs: ["bootloader_message.cpp"], @@ -22,7 +22,7 @@ "-Wall", "-Werror", ], - static_libs: [ + shared_libs: [ "libbase", "libfs_mgr", ],