Remove backslash.

It seems in this context, one doesn't escape _.

https://boringssl.googlesource.com/boringssl/+/HEAD/INCORPORATING.md#Bazel

Change-Id: I7ec587de8e9d033a3cb9f108ec645e4ce5e0c4fc
Reviewed-on: https://boringssl-review.googlesource.com/8660
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2016-07-07 14:11:15 -07:00 committed by Adam Langley
parent affdee99e2
commit c937edef3e

View File

@ -12,7 +12,7 @@ and includes the needed generated files and a top-level BUILD file.
For example: For example:
git\_repository( git_repository(
name = "boringssl", name = "boringssl",
commit = "_some commit_", commit = "_some commit_",
remote = "https://boringssl.googlesource.com/boringssl", remote = "https://boringssl.googlesource.com/boringssl",