roll: pigweed 33f736d..15611b6 (6 commits)

15611b6:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/265774 *: Add missing `inline` specifiers
16ddae8:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/263692 pw_containers: Add explicit constexpr constructor for Vector
2971654:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/264635 pw_allocator: Satisfy layering check
f1c7e6d:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/264516 pw_unit_test: Add #includes and namespace to PW_CONSTEXPR_TEST example
5ca7ab7:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/265772 pw_build_info: Fix building from CoG
7c348ce:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/265732 pw_string: Fix clang-tidy finding

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 33f736dd0f390b..15611b68e9527f
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8723639724163130785
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Id1ece82c4885a50a9a39bc6c6927a14f55c87581
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/265812
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 b24adf3..690678b 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -40,8 +40,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2025-02-06.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8723650757978300785.
-    commit = "33f736dd0f390b44cd41e3a2c3bbf8785722025d",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8723639724163130785.
+    commit = "15611b68e9527f0f6b414ced9f61289e7455a75c",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )