Merge "bootloader_message: Build libbootloader_message as shared lib." am: 8515cd5f23 am: 39e5bdaedb
am: f2e7b1757a
Change-Id: Idfcb05b70c0d26672359ad5d17e0048573c4b353
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
//
|
//
|
||||||
|
|
||||||
cc_library_static {
|
cc_library {
|
||||||
name: "libbootloader_message",
|
name: "libbootloader_message",
|
||||||
recovery_available: true,
|
recovery_available: true,
|
||||||
srcs: ["bootloader_message.cpp"],
|
srcs: ["bootloader_message.cpp"],
|
||||||
@@ -22,7 +22,7 @@ cc_library_static {
|
|||||||
"-Wall",
|
"-Wall",
|
||||||
"-Werror",
|
"-Werror",
|
||||||
],
|
],
|
||||||
static_libs: [
|
shared_libs: [
|
||||||
"libbase",
|
"libbase",
|
||||||
"libfs_mgr",
|
"libfs_mgr",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user