Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 631377220
  • Loading branch information
FHIR Team authored and copybara-github committed May 7, 2024
1 parent 66a281d commit 1c7214c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bazel/proto.bzl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
"""Proto related build rules for fhir.
"""

load("@rules_proto//proto:defs.bzl", "proto_library")
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
load("@rules_proto//proto:defs.bzl", "proto_library")

WELL_KNOWN_PROTOS = ["descriptor_proto", "any_proto"]
GO_WELL_KNOWN_PROTOS = {
Expand Down

0 comments on commit 1c7214c

Please sign in to comment.