From db5ee14e1f3c678481da5f4e6f9e5820f940d2e8 Mon Sep 17 00:00:00 2001 From: Dino Oliva Date: Thu, 11 Aug 2016 11:19:19 -0700 Subject: [PATCH] Adds build rules for the Java version of the protos --- BUILD | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/BUILD b/BUILD index ae0936a..a1a0c9a 100644 --- a/BUILD +++ b/BUILD @@ -16,13 +16,7 @@ load("@io_bazel//tools/build_rules:genproto.bzl", "java_proto_library") package(default_visibility = ["//visibility:public"]) -proto_library( - name = "census-proto", - srcs = glob(["*.proto"]), - deps = [], -) - java_proto_library( name = "census-proto-java", - src = "census_context.proto", + srcs = glob(["*.proto"]), )