aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc
diff options
context:
space:
mode:
authorGravatar Chris Parsons <cparsons@google.com>2016-01-12 20:55:05 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-01-13 13:07:54 +0000
commit2665d68341e1e82daec9143ae2822a6e00980890 (patch)
tree9947758aa3ad9c61e488a012d19c233581aca30c /tools/objc
parent82c65b36357a560c44822d33e8fc838851d11d26 (diff)
Use xcode_config build target for actions which need to resolve an xcode version.
-- MOS_MIGRATED_REVID=111978539
Diffstat (limited to 'tools/objc')
-rw-r--r--tools/objc/BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/objc/BUILD b/tools/objc/BUILD
index 14b424393f..d52b3bdbde 100644
--- a/tools/objc/BUILD
+++ b/tools/objc/BUILD
@@ -95,6 +95,10 @@ sh_binary(
srcs = [":xcrunwrapper.sh"],
)
+xcode_config(
+ name = "host_xcodes",
+)
+
# TODO(bazel-team): Open-source the script once J2ObjC support is open-sourced.
py_library(
name = "j2objc_dead_code_pruner",