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:
parent
49fd480ede
commit
96ff0fed82
1 changed files with 5 additions and 0 deletions
|
|
@ -247,6 +247,11 @@ cc_binary {
|
|||
type: "lite",
|
||||
},
|
||||
generated_headers: ["generated_stub_builtin_function_map"],
|
||||
target: {
|
||||
darwin: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
subdirs = ["*"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue