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

Commit 96ff0fed authored by Tom Cherry's avatar Tom Cherry
Browse files

Don't build host_init_verifier for darwin

And therefore fix the mac build break.

Test: none
Change-Id: Ice28780abc62fc3e46119497d23bcbc124354159
parent 49fd480e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -247,6 +247,11 @@ cc_binary {
        type: "lite",
    },
    generated_headers: ["generated_stub_builtin_function_map"],
    target: {
        darwin: {
            enabled: false,
        },
    },
}

subdirs = ["*"]