roll: pigweed e165669..ac4e444 (10 commits)
ac4e444:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/255019 pw_multibuf: Add move tests for alloc future
81652cf:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/255059 pw_multibuf: Fix alloc future desired_size()
66ac324:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/255018 pw_multibuf: Android.bp for multibuf allocator
2b84a1d:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/255016 pw_multibuf: Split async alloc out into its own target
b439dd3:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/255015 pw_multibuf: Move async to new MultiBufAllocatorAsync
aaaac0a:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/255014 pw_multibuf: Introduce supertype for alloc futures
2d063e1:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/254828 pw_multibuf: Move mem notify functionality inside alloc future
0a85225:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/254827 pw_multibuf: Remove unneeded PW_NO_LOCK_SAFETY_ANALYSIS
a2459e9:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/255012 pw_kvs: Initialize memory for span in test
21d015f:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/255172 pw_bluetooth_proxy: Update TODOs for ACL fragmentation
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: e1656695d75485..ac4e444390b13e
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8728273894236377409
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ica654d239a0b4c051e26335b5d4cc1cf010aa6b5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/255236
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: 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 c710e65..8503c58 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -42,8 +42,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-12-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8728339062367338561.
- commit = "e1656695d7548567fb8bf3c2fdcf4d097efab16d",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8728273894236377409.
+ commit = "ac4e444390b13e888601520db276b59aad57b4ac",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -51,8 +51,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-12-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8728339062367338561.
- commit = "e1656695d7548567fb8bf3c2fdcf4d097efab16d",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8728273894236377409.
+ commit = "ac4e444390b13e888601520db276b59aad57b4ac",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)