aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/BUILD
diff options
context:
space:
mode:
authorGravatar Chris Parsons <cparsons@google.com>2016-07-21 15:24:55 +0000
committerGravatar John Cater <jcater@google.com>2016-07-21 20:37:03 +0000
commit5eb86fe884762c0f638ef1cb6245c25ef0f76c2f (patch)
treeb09ecd52b9e06f2e71a9b200997013806414f05a /tools/BUILD
parentadb22af6524df64e0d09d93ef7ba904e4470c814 (diff)
Export xcode_locator's source file under tools/osx/ to make it available for reference by future repository rules. Removes the xcode-locator binary file under tools/objc. Originally, the precompiled binary was going to be referenced, but it's easier to build from source in the repository rule.
-- MOS_MIGRATED_REVID=128063694
Diffstat (limited to 'tools/BUILD')
-rw-r--r--tools/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/BUILD b/tools/BUILD
index 360d9eb6b3..e502539ed5 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -20,6 +20,7 @@ filegroup(
"//tools/cpp:srcs",
"//tools/j2objc:srcs",
"//tools/objc:srcs",
+ "//tools/osx:srcs",
"//tools/osx/crosstool:srcs",
"//tools/test:srcs",
"//tools/python:srcs",
@@ -46,6 +47,7 @@ filegroup(
"//tools/python:srcs",
"//tools/test:srcs",
"//tools/osx/crosstool:srcs",
+ "//tools/osx:srcs",
"//tools/zip:srcs",
],
)