roll: pigweed ffb5324..36e5cc3 (6 commits)
36e5cc3:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/252813 pw_tokenizer: Check _pool before using it
bb6bcba:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253234 pw_bluetooth: Add AVDTP psm
d3fddeb:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253232 target: Add missing pw_boot/backend.gni includes
b3d4f6e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253233 pw_allocator: Fix first-fit with threshold
c9c4af6:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253212 pw_protobuf_compiler: Update OWNERS
b8d1cd0:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/252052 pw_build: Document pw_cc_binary
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: ffb53244780463..36e5cc3cd79e01
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8728999354900924705
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I016943582dec48a9a1a97778822461fd50bc57a1
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/253292
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index f1fbed6..f40ee7c 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -40,18 +40,18 @@
git_override(
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-12-07.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8729253137040146497.
- commit = "ffb532447804634ffa9a97f78886e8422025f9c2",
+ # ROLL: Last updated 2024-12-09.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8728999354900924705.
+ commit = "36e5cc3cd79e01b178b9ec9236749be5007860b7",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
git_override(
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
- # ROLL: Last updated 2024-12-07.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8729253137040146497.
- commit = "ffb532447804634ffa9a97f78886e8422025f9c2",
+ # ROLL: Last updated 2024-12-09.
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8728999354900924705.
+ commit = "36e5cc3cd79e01b178b9ec9236749be5007860b7",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)