Skip to content

Commit

Permalink
Add explicit load statement for proto rules. (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: PINS Team <[email protected]>
  • Loading branch information
jonathan-dilorenzo and PINS Team authored Dec 13, 2024
1 parent 140ac67 commit 10be77f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p4_constraints/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# GOOGLE ONLY (DO NOT REMOVE): load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")
load("@rules_cc//cc:defs.bzl", "cc_proto_library")
load("@rules_proto//proto:defs.bzl", "proto_library")

Expand Down

0 comments on commit 10be77f

Please sign in to comment.