commit | 96ff0fed821f6b198b3f11d2c1d3ce4e0e1ed201 | [log] [tgz] |
---|---|---|
author | Tom Cherry <tomcherry@google.com> | Wed Feb 28 17:20:27 2018 -0800 |
committer | Tom Cherry <tomcherry@google.com> | Wed Feb 28 17:21:14 2018 -0800 |
tree | 5b70de4cfe121ce2ae2ad1b27f60196c8015eafc | |
parent | 49fd480edeeeece424f9b7958acf2943fdf87c96 [diff] |
Don't build host_init_verifier for darwin And therefore fix the mac build break. Test: none Change-Id: Ice28780abc62fc3e46119497d23bcbc124354159
diff --git a/init/Android.bp b/init/Android.bp index 60394ef..3695b93 100644 --- a/init/Android.bp +++ b/init/Android.bp
@@ -247,6 +247,11 @@ type: "lite", }, generated_headers: ["generated_stub_builtin_function_map"], + target: { + darwin: { + enabled: false, + }, + }, } subdirs = ["*"]