aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/BUILD
diff options
context:
space:
mode:
authorGravatar Cal Peyser <cpeyser@google.com>2016-03-14 15:58:12 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-03-15 11:58:32 +0000
commitbde58449d2ef8eddce5058e40b41b23ff4aefd63 (patch)
tree66368feccbdc63485147074b8bab0a8f74727fce /tools/BUILD
parent9379e93428dc7fb14a78229e3fcc2985da24f8e5 (diff)
Move dump_syms from //tools/objc to //tools/osx. This will allow it to be referenced from the crosstool without crossing package boundaries.
-- MOS_MIGRATED_REVID=117137594
Diffstat (limited to 'tools/BUILD')
-rw-r--r--tools/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/BUILD b/tools/BUILD
index 2282c29ae9..00211b095b 100644
--- a/tools/BUILD
+++ b/tools/BUILD
@@ -57,6 +57,7 @@ filegroup(
"//tools/objc:srcs",
"//tools/python:srcs",
"//tools/test:srcs",
+ "//tools/osx/crosstool:srcs",
"//tools/zip:srcs",
],
)