diff options
author | Craig Tiller <ctiller@google.com> | 2017-08-31 12:23:53 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-08-31 12:23:53 -0700 |
commit | ccad38227f63797318d7cffcba8a2df783394ccd (patch) | |
tree | 64632504188bf906796763f585c11055098aab58 /test/core/iomgr | |
parent | 6e739745e298bf205eb2553d3a3c8a3eed06fff1 (diff) | |
parent | 451b92a754900a800a7728a3d63462058026ac2c (diff) |
Merge github.com:grpc/grpc into stats
Diffstat (limited to 'test/core/iomgr')
-rw-r--r-- | test/core/iomgr/BUILD | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/test/core/iomgr/BUILD b/test/core/iomgr/BUILD index 3e6fd37ec6..7620d1de21 100644 --- a/test/core/iomgr/BUILD +++ b/test/core/iomgr/BUILD @@ -12,19 +12,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_cc_binary") +load("//bazel:grpc_build_system.bzl", "grpc_cc_library", "grpc_cc_test", "grpc_cc_binary", "grpc_package") licenses(["notice"]) # Apache v2 load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer") -package( - default_visibility = ["//visibility:public"], # Useful for third party devs to test their io manager implementation. - features = [ - "-layering_check", - "-parse_headers", - ], -) +grpc_package(name = "test/core/iomgr", visibility = "public") # Useful for third party devs to test their io manager implementation. grpc_cc_library( name = "endpoint_tests", |