aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD
diff options
context:
space:
mode:
authorGravatar cparsons <cparsons@google.com>2017-04-13 16:59:11 +0200
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-04-14 12:39:23 +0200
commit7babdf24800047ed46a86647ceeda96217403e02 (patch)
tree9b4a0730bc254f9cde98066d5c735c8cdb55b4e4 /src/BUILD
parenteecd7128f420b2d404ed2f42d549dea3bd198d9d (diff)
Move xcrunwrapper and libtool to third_party/bazel/tools/objc from their xcode src directories
There's no value in having these copied over from src/tools to tools/objc separately. RELNOTES: None. PiperOrigin-RevId: 153060955
Diffstat (limited to 'src/BUILD')
-rw-r--r--src/BUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/BUILD b/src/BUILD
index c658107c88..114dcb0639 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -76,12 +76,9 @@ genrule(
OSX_DUMMY_TARGETS = [
"src/tools/xcode/actoolwrapper/actoolwrapper",
"src/tools/xcode/ibtoolwrapper/ibtoolwrapper",
- "src/tools/xcode/libtool/libtool",
- "src/tools/xcode/libtool/make_hashed_objlist.py",
"src/tools/xcode/momcwrapper/momcwrapper",
"src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper",
"src/tools/xcode/environment/environment_plist",
- "src/tools/xcode/xcrunwrapper/xcrunwrapper",
"src/objc_tools/bundlemerge/bundlemerge_deploy.jar",
"src/objc_tools/plmerge/plmerge_deploy.jar",
"src/objc_tools/xcodegen/xcodegen_deploy.jar",
@@ -104,11 +101,9 @@ filegroup(
srcs = [
"//src/tools/xcode/actoolwrapper:actoolwrapper",
"//src/tools/xcode/ibtoolwrapper:ibtoolwrapper",
- "//src/tools/xcode/libtool:libtool_srcs",
"//src/tools/xcode/momcwrapper:momcwrapper",
"//src/tools/xcode/swiftstdlibtoolwrapper:swiftstdlibtoolwrapper",
"//src/tools/xcode/environment:environment_plist",
- "//src/tools/xcode/xcrunwrapper:xcrunwrapper",
"//src/objc_tools/bundlemerge:bundlemerge_deploy.jar",
"//src/objc_tools/plmerge:plmerge_deploy.jar",
"//src/objc_tools/xcodegen:xcodegen_deploy.jar",
@@ -356,13 +351,11 @@ filegroup(
"//src/tools/xcode/actoolwrapper:srcs",
"//src/tools/xcode/environment:srcs",
"//src/tools/xcode/ibtoolwrapper:srcs",
- "//src/tools/xcode/libtool:srcs",
"//src/tools/xcode/momcwrapper:srcs",
"//src/tools/xcode/realpath:srcs",
"//src/tools/singlejar:srcs",
"//src/tools/xcode/stdredirect:srcs",
"//src/tools/xcode/swiftstdlibtoolwrapper:srcs",
- "//src/tools/xcode/xcrunwrapper:srcs",
"//src/tools/xcode-common:srcs",
"//src/tools/remote_worker:srcs",
"//tools/osx:srcs",