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

Commit 28d36479 authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "Don't build host_init_verifier for darwin"

parents 49fd480e 96ff0fed
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 = ["*"]