Build protoc for host platform to enable cross-compilation.

This is necessary to run protoc on the host as a dependency for Android BUILD targets with Bazel.
diff --git a/protobuf.bzl b/protobuf.bzl
index 9ed7c54..86c6f25 100644
--- a/protobuf.bzl
+++ b/protobuf.bzl
@@ -81,6 +81,7 @@
         "deps": attr.label_list(providers = ["proto"]),
         "includes": attr.string_list(),
         "protoc": attr.label(
+            cfg = HOST_CFG,
             executable = True,
             single_file = True,
             mandatory = True,