Don't build host_init_verifier for darwin

And therefore fix the mac build break.

Test: none
Change-Id: Ice28780abc62fc3e46119497d23bcbc124354159
This commit is contained in:
Tom Cherry 2018-02-28 17:20:27 -08:00
parent 49fd480ede
commit 96ff0fed82

View file

@ -247,6 +247,11 @@ cc_binary {
type: "lite",
},
generated_headers: ["generated_stub_builtin_function_map"],
target: {
darwin: {
enabled: false,
},
},
}
subdirs = ["*"]