aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Philipp Wollermann <philwo@google.com>2016-08-19 10:45:28 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-08-19 10:47:46 +0000
commit9d9657b089bde11071d558e65f4b3b87d8a765d3 (patch)
tree3739f270d0e24f30d3c2a6d59ac5bc7cd93ccc26 /WORKSPACE
parentf9fa99d0c1a25d0f7c2753043c5f88cce2cac255 (diff)
Fix Bazel CI by appending the newline to WORKSPACE, which got lost in commit bfaff29b1bafd7892a2197b7cf826e1be0ff3927.
Without the newline, our bazel/scripts/ci/build.sh will append an android_sdk_repository() rule into the file in such a way, that it produces a syntax error. Also fix the build.sh script to be more resilient and not actually require the newline. -- MOS_MIGRATED_REVID=130737331
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 46a2328c8b..ec8dff751f 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -51,4 +51,4 @@ docker_repository()
bind(name = "xcrunwrapper", actual = "@bazel_tools//tools/objc:xcrunwrapper")
bind(name = "protobuf/java_runtime", actual = "//third_party/protobuf:protobuf")
-bind(name = "protobuf/javalite_runtime", actual = "//third_party/protobuf:protobuf-lite") \ No newline at end of file
+bind(name = "protobuf/javalite_runtime", actual = "//third_party/protobuf:protobuf-lite")