Skip to content

Commit

Permalink
Boringssl will need duplication for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble committed Jan 4, 2017
1 parent 42ef542 commit f9445d0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion third_party/boringssl
Submodule boringssl updated 4364 files
1 change: 1 addition & 0 deletions third_party/boringssl-with-bazel
Submodule boringssl-with-bazel added at 886e7d

0 comments on commit f9445d0

Please sign in to comment.