aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc_tools
diff options
context:
space:
mode:
authorGravatar Carmi Grushko <carmi@google.com>2017-02-09 19:21:25 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-02-09 19:28:24 +0000
commit50e7e7f89a985de944e8b966ee0f827b39c91666 (patch)
treea621c723d12dbcdcf98eff7937d0c178bb8d7a7b /src/objc_tools
parent20416bb26840f9eb924e8d810bba3f2f6a297461 (diff)
Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:protobuf to refer to the Java proto runtime.
(second attempt) This is the name in the upstream protobuf repo. -- PiperOrigin-RevId: 147057949 MOS_MIGRATED_REVID=147057949
Diffstat (limited to 'src/objc_tools')
-rw-r--r--src/objc_tools/bundlemerge/BUILD4
-rw-r--r--src/objc_tools/xcodegen/BUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/objc_tools/bundlemerge/BUILD b/src/objc_tools/bundlemerge/BUILD
index ce0df99d9b..25862da6d0 100644
--- a/src/objc_tools/bundlemerge/BUILD
+++ b/src/objc_tools/bundlemerge/BUILD
@@ -9,7 +9,7 @@ java_binary(
":bundlemerge_lib",
"//src/main/protobuf:bundlemerge_java_proto",
"//src/objc_tools/plmerge:plmerge_lib",
- "//third_party/protobuf",
+ "//third_party/protobuf:protobuf_java",
],
)
@@ -26,7 +26,7 @@ java_library(
"//third_party:guava",
"//third_party:jsr305",
"//third_party/java/dd_plist",
- "//third_party/protobuf",
+ "//third_party/protobuf:protobuf_java",
],
)
diff --git a/src/objc_tools/xcodegen/BUILD b/src/objc_tools/xcodegen/BUILD
index 581d924a61..606bb160da 100644
--- a/src/objc_tools/xcodegen/BUILD
+++ b/src/objc_tools/xcodegen/BUILD
@@ -11,7 +11,7 @@ java_binary(
"//src/main/protobuf:xcodegen_java_proto",
"//third_party:guava",
"//third_party/java/buck-ios-support",
- "//third_party/protobuf",
+ "//third_party/protobuf:protobuf_java",
],
)
@@ -33,7 +33,7 @@ java_library(
"//third_party:jsr305",
"//third_party/java/buck-ios-support",
"//third_party/java/dd_plist",
- "//third_party/protobuf",
+ "//third_party/protobuf:protobuf_java",
],
)