updated to correctly build with Bazel.

pull/9371/head
Vizerai 8 years ago
parent c09e61bbda
commit b0b86d7504
  1. 2
      BUILD
  2. 2
      src/core/ext/census/tracing.c

@ -292,7 +292,7 @@ grpc_cc_library(
], ],
external_deps = [ external_deps = [
"nanopb", "nanopb",
"submodule_boringssl", "libssl",
], ],
language = "c", language = "c",
public_hdrs = [ public_hdrs = [

@ -36,7 +36,7 @@
#include <grpc/census.h> #include <grpc/census.h>
#include <grpc/support/alloc.h> #include <grpc/support/alloc.h>
#include <grpc/support/log.h> #include <grpc/support/log.h>
#include "third_party/boringssl-with-bazel/src/include/openssl/rand.h" #include <openssl/rand.h>
#include "src/core/ext/census/mlog.h" #include "src/core/ext/census/mlog.h"
void trace_start_span(const trace_span_context *span_ctxt, void trace_start_span(const trace_span_context *span_ctxt,

Loading…
Cancel
Save