update
diff --git a/BUILD b/BUILD
index 10d93d1..507f7ab 100644
--- a/BUILD
+++ b/BUILD
@@ -292,6 +292,7 @@
     ],
     external_deps = [
         "nanopb",
+        "submodule_boringssl",
     ],
     language = "c",
     public_hdrs = [
diff --git a/src/core/ext/census/tracing.c b/src/core/ext/census/tracing.c
index 566d539..f02aefc 100644
--- a/src/core/ext/census/tracing.c
+++ b/src/core/ext/census/tracing.c
@@ -36,7 +36,7 @@
 #include <grpc/census.h>
 #include <grpc/support/alloc.h>
 #include <grpc/support/log.h>
-#include "third_party/boringssl/include/openssl/rand.h"
+#include "third_party/boringssl-with-bazel/src/include/openssl/rand.h"
 #include "src/core/ext/census/mlog.h"
 
 void trace_start_span(const trace_span_context *span_ctxt,