From 9d9657b089bde11071d558e65f4b3b87d8a765d3 Mon Sep 17 00:00:00 2001 From: Philipp Wollermann Date: Fri, 19 Aug 2016 10:45:28 +0000 Subject: 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 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WORKSPACE') 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") -- cgit v1.2.3