aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--WORKSPACE4
m---------third_party/boringssl0
m---------third_party/boringssl-with-bazel0
4 files changed, 5 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 04d155cfb4..c8ca8ab046 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -20,3 +20,6 @@
[submodule "third_party/benchmark"]
path = third_party/benchmark
url = https://github.com/google/benchmark
+[submodule "third_party/boringssl-with-bazel"]
+ path = third_party/boringssl-with-bazel
+ url = https://boringssl.googlesource.com/boringssl
diff --git a/WORKSPACE b/WORKSPACE
index 98c3afa5bd..9883109634 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -30,8 +30,8 @@ bind(
new_local_repository(
name = "submodule_boringssl",
- path = "third_party/boringssl",
- build_file = "third_party/boringssl/BUILD",
+ path = "third_party/boringssl-with-bazel",
+ build_file = "third_party/boringssl-with-bazel/BUILD",
)
new_local_repository(
diff --git a/third_party/boringssl b/third_party/boringssl
-Subproject 9612e1d2ce16a1bd67fbbe6ce969839af4d84a2
+Subproject c880e42ba1c8032d4cdde2aba0541d8a9d9fa2e
diff --git a/third_party/boringssl-with-bazel b/third_party/boringssl-with-bazel
new file mode 160000
+Subproject 886e7d75368e3f4fab3f4d0d3584e4abfc55775