Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8515cd5f authored by Tao Bao's avatar Tao Bao Committed by Gerrit Code Review
Browse files

Merge "bootloader_message: Build libbootloader_message as shared lib."

parents 860b457a 8ca3220b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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",
    ],