Merge "bootloader_message: Build libbootloader_message as shared lib." am: 8515cd5f23 am: 39e5bdaedb am: f2e7b1757a

am: 0686aa454e

Change-Id: I4088e371e1f9fba960f1b32c15ed89450e9e1020
This commit is contained in:
Tao Bao
2018-07-25 22:09:27 -07:00
committed by android-build-merger
+2 -2
View File
@@ -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 @@ cc_library_static {
"-Wall",
"-Werror",
],
static_libs: [
shared_libs: [
"libbase",
"libfs_mgr",
],