aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/nanopb/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2017-08-30 15:26:46 -0700
committerGravatar GitHub <noreply@github.com>2017-08-30 15:26:46 -0700
commitf874e7640f01e38a43ac7c2f2021ded719fd7cb9 (patch)
tree91abe3b1332b7e0f8b367ef6c84b3e776efbb824 /test/core/nanopb/BUILD
parent7a8488c4d2b0274c7c71cd15d39f0cf277a3a119 (diff)
parented67582f2eeb2dc99ca0f4cb13ee2e9d7b31c6a9 (diff)
Merge pull request #12191 from nicolasnoble/visibility
Moving visibility and package creation to the build system.
Diffstat (limited to 'test/core/nanopb/BUILD')
-rw-r--r--test/core/nanopb/BUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/test/core/nanopb/BUILD b/test/core/nanopb/BUILD
index bdb468867d..f332207e2d 100644
--- a/test/core/nanopb/BUILD
+++ b/test/core/nanopb/BUILD
@@ -12,16 +12,11 @@
# 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
+grpc_package(name = "test/core/nanopb")
-package(
- features = [
- "-layering_check",
- "-parse_headers",
- ],
-)
+licenses(["notice"]) # Apache v2
load("//test/core/util:grpc_fuzzer.bzl", "grpc_fuzzer")