Compatibility with the new version of Bazel.

Global variable HOST_CFG is deprecated and will not be supported soon.
diff --git a/protobuf.bzl b/protobuf.bzl
index c5555fd..0e8c2e2 100644
--- a/protobuf.bzl
+++ b/protobuf.bzl
@@ -88,13 +88,13 @@
         "deps": attr.label_list(providers = ["proto"]),
         "includes": attr.string_list(),
         "protoc": attr.label(
-            cfg = HOST_CFG,
+            cfg = "host",
             executable = True,
             single_file = True,
             mandatory = True,
         ),
         "grpc_cpp_plugin": attr.label(
-            cfg = HOST_CFG,
+            cfg = "host",
             executable = True,
             single_file = True,
         ),