roll: pigweed pw_*: Use updated pw_protobuf_compiler Bazel rules
Migrates all uses of the deprecated pw_protobuf_library rule to
enumerating the specific proto libraries used in a module.
Some aliases are temporarily kept around to enable smoothly migrating
existing downstream users.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/243882
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: b22815d8fe704ffc3ab5849015caa56adb999351
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 9b2dd9ccb35a49..b22815d8fe704f
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8732634403121053233
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ia719775c77a9f951f724b1faa578b648240dfc39
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/245457
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 4b3eda4..82f1752 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-30.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8732635369518852033.
- commit = "9b2dd9ccb35a49f57c053e88a55da35ad24fc93d",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8732634403121053233.
+ commit = "b22815d8fe704ffc3ab5849015caa56adb999351",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -57,8 +57,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-10-30.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8732635369518852033.
- commit = "9b2dd9ccb35a49f57c053e88a55da35ad24fc93d",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8732634403121053233.
+ commit = "b22815d8fe704ffc3ab5849015caa56adb999351",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)