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

Commit 0236af54 authored by A. Cody Schuffelen's avatar A. Cody Schuffelen
Browse files

Build libsparse and simg2img for Mac OS X as part of Cuttlefish launcher tools

Bug: 288493595
Test: m libsparse simg2img
Change-Id: I9e0c5c77b9b2b5994bf52e1ca9fdb84bc1523d5d
parent 6c58df57
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -28,6 +28,9 @@ cc_library {
        "libbase",
        "libbase",
    ],
    ],
    target: {
    target: {
        darwin: {
            enabled: true,
        },
        windows: {
        windows: {
            enabled: true,
            enabled: true,
        },
        },
@@ -52,6 +55,11 @@ cc_binary {
    ],
    ],


    cflags: ["-Werror"],
    cflags: ["-Werror"],
    target: {
        darwin: {
            enabled: true,
        },
    },
}
}


cc_binary {
cc_binary {