aboutsummaryrefslogtreecommitdiff
path: root/bazel
diff options
context:
space:
mode:
authorBill Feng <yfen@google.com>2019-04-11 14:58:52 -0700
committerBill Feng <yfen@google.com>2019-04-12 15:46:33 -0700
commit85100a780f081f054e1b5c2952d4403bee3fe876 (patch)
tree59491a021968d5b25939849527d86930479e82dd /bazel
parente076a30f16c6d75246df2431a6b8b4070b9e87b8 (diff)
downloadgrpc-grpc-85100a780f081f054e1b5c2952d4403bee3fe876.tar.gz
windows rbe for Kokoro CI
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_build_system.bzl5
1 files changed, 1 insertions, 4 deletions
diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl
index bc4d1f1358..5f8477d732 100644
--- a/bazel/grpc_build_system.bzl
+++ b/bazel/grpc_build_system.bzl
@@ -112,10 +112,7 @@ def grpc_cc_library(
visibility = visibility,
testonly = testonly,
linkopts = linkopts,
- includes = [
- "include",
- "src/core/ext/upb-generated",
- ],
+ includes = ["include"] + if_not_windows(["src/core/ext/upb-generated"]),
alwayslink = alwayslink,
data = data,
tags = tags,