aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-12 20:27:21 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-12 20:27:21 +0200
commit736907c23e6dadea10a0f8f275a1a87e6b1f7b9c (patch)
treedf8ca0968a090bf93b6399468a2c43558ac311e6 /WORKSPACE
parent232e9b458bf27bf17af4ba5cb80a009ce94b5e87 (diff)
Reverted submodule changes...
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index a78a88979e..82ea99f04b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -5,7 +5,7 @@ bind(
bind(
name = "libssl",
- actual = "@submodule_boringssl//:ssl",
+ actual = "@boringssl//:ssl",
)
bind(
@@ -49,7 +49,7 @@ bind(
)
local_repository(
- name = "submodule_boringssl",
+ name = "boringssl",
path = "third_party/boringssl-with-bazel",
)