aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel/grpc_build_system.bzl
diff options
context:
space:
mode:
authorGravatar Adele Zhou <adelez@google.com>2017-11-29 16:25:17 -0800
committerGravatar Adele Zhou <adelez@google.com>2017-11-30 17:45:02 -0800
commit5b7cdefb681977357573d9eac866520610d19fa5 (patch)
tree45411f6060a9c97be5db23f53ef8639b30d7b4a1 /bazel/grpc_build_system.bzl
parente5df91f477a27ce71a39bca928677b2f08649615 (diff)
Rename port_hermetic to port_isolated_runtime_environment
Diffstat (limited to 'bazel/grpc_build_system.bzl')
-rw-r--r--bazel/grpc_build_system.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl
index a6da377248..2ee8c297da 100644
--- a/bazel/grpc_build_system.bzl
+++ b/bazel/grpc_build_system.bzl
@@ -35,7 +35,7 @@ def grpc_cc_library(name, srcs = [], public_hdrs = [], hdrs = [],
srcs = srcs,
defines = select({"//:grpc_no_ares": ["GRPC_ARES=0"],
"//conditions:default": [],}) +
- select({"//:remote_execution": ["GRPC_HERMETIC_TESTS=1"],
+ select({"//:remote_execution": ["GRPC_PORT_ISOLATED_RUNTIME=1"],
"//conditions:default": [],}),
hdrs = hdrs + public_hdrs,
deps = deps + ["//external:" + dep for dep in external_deps],