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 = ["*"]