aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs/apple
diff options
context:
space:
mode:
authorGravatar Vladimir Moskva <vladmos@google.com>2016-09-13 09:29:39 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-09-13 12:32:08 +0000
commit4381a1d6e8f711957f430aac0c301acec6dfa0eb (patch)
treebd0fd6b070704fa253c930b4c631451e0a8dbe8a /tools/build_defs/apple
parentd6252e5824f9067f07b41fbe078420d1c43a1e3d (diff)
Global cleanup change.
-- MOS_MIGRATED_REVID=132976702
Diffstat (limited to 'tools/build_defs/apple')
-rw-r--r--tools/build_defs/apple/apple_genrule.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_defs/apple/apple_genrule.bzl b/tools/build_defs/apple/apple_genrule.bzl
index b22c480189..8a0b067b5d 100644
--- a/tools/build_defs/apple/apple_genrule.bzl
+++ b/tools/build_defs/apple/apple_genrule.bzl
@@ -75,7 +75,7 @@ _apple_genrule_inner = rule(
implementation=_apple_genrule,
attrs={
"srcs": attr.label_list(allow_files=True),
- "tools": attr.label_list(cfg=HOST_CFG, allow_files=True),
+ "tools": attr.label_list(cfg="host", allow_files=True),
"outs": attr.output_list(mandatory=True),
"cmd": attr.string(mandatory=True),
"message": attr.string(),