Skip to content

Commit

Permalink
chore: LSC Add load statements for Proto rules
Browse files Browse the repository at this point in the history
Adds required load statements for Proto rules to BUILD files.

This is a no-op as the rules are implicitly added to BUILD files via
the blaze prelude file. Explicit load statements are being added so
this injection can be removed.

For setting up Copybara transformations see: go/bazel-rules-copybara

See go/add_builtins_rule_loads

Tested:
    TAP --sample ran all affected tests and none failed
    http://test/OCL:702211513:BASE:702165998:1733209734019:1b09b2bb
PiperOrigin-RevId: 702211513

Bug: b/383533716
Change-Id: I70fc4f601993c011088ab9d0140721d59d53007a
GitOrigin-RevId: 2dccb3e8b62c96b9a82d6cdc37bfa18342e2c877
  • Loading branch information
privacy_sandbox authored and copybara-github committed Dec 11, 2024
1 parent b5a7878 commit 12c6d57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("//third_party/protobuf/bazel:proto_library.bzl", "proto_library")
load("//tools/build_defs/proto/cpp:cc_proto_library.bzl", "cc_proto_library")

package(
Expand Down

0 comments on commit 12c6d57

Please sign in to comment.