aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-08-15 22:32:52 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-08-30 19:18:37 +0200
commit2bc5e3ac40fc1b6f7d329a1727c78e8a820d5cf6 (patch)
tree365c61709f4fbed6eaea31ded910f6f59a917356 /test/cpp/util/BUILD
parent30b4e74296e612ee404707c8b61b4fc11ba6aadc (diff)
Moving visibility and package creation to the build system.
Diffstat (limited to 'test/cpp/util/BUILD')
-rw-r--r--test/cpp/util/BUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD
index fbdec05698..2559c18c32 100644
--- a/test/cpp/util/BUILD
+++ b/test/cpp/util/BUILD
@@ -14,15 +14,9 @@
licenses(["notice"]) # Apache v2
-load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_binary", "grpc_cc_test")
+load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_binary", "grpc_cc_test", "grpc_package")
-package(
- default_visibility = ["//visibility:public"],
- features = [
- "-layering_check",
- "-parse_headers",
- ],
-)
+grpc_package(name = "test/cpp/util", visibility = "public")
grpc_cc_library(
name = "test_config",