aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/build_defs
diff options
context:
space:
mode:
authorGravatar Sergio Campama <kaipi@google.com>2016-09-19 19:46:44 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-09-20 06:46:10 +0000
commit77bd24b0efa3c53b4c4cfdf5b6db00db8cf69063 (patch)
tree60afd888c09918b528c4171e8fe0459826d7f72c /tools/build_defs
parent6b70be2bc422e9fc4d4f1a4f662a42d9f1c79878 (diff)
Replace HOST_CFG with "host" as the former has been marked as deprecated.
-- MOS_MIGRATED_REVID=133618837
Diffstat (limited to 'tools/build_defs')
-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(),