Skip to content

Commit

Permalink
Remove java proto targets.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 708462085
  • Loading branch information
ftsui authored and copybara-github committed Dec 21, 2024
1 parent 9a77294 commit 30c657c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sharing/proto/analytics/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

load("@com_google_protobuf//bazel:cc_proto_library.bzl", "cc_proto_library")
load("@com_google_protobuf//bazel:java_lite_proto_library.bzl", "java_lite_proto_library")
load("@com_google_protobuf//bazel:proto_library.bzl", "proto_library")

licenses(["notice"])
Expand All @@ -35,8 +34,3 @@ cc_proto_library(
name = "sharing_log_cc_proto",
deps = [":sharing_log_proto"],
)

java_lite_proto_library(
name = "sharing_log_java_proto_lite",
deps = [":sharing_log_proto"],
)

0 comments on commit 30c657c

Please sign in to comment.