roll: pigweed pw_rpc: Add --pwpb-no-oneof-callbacks to protobuf compiler options

This is to disable usage of oneof callbacks in Android.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/244272
Original-Revision: d52c5583c6b6089cef565666d7a73735b98b2251

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 4cc53703a33381..d52c5583c6b608
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733252588457247585
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Id2768a6464970082a878baaf40011785b02e5c3b
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/244193
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 41536a5..c6a9143 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-23.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733255480881436945.
-    commit = "4cc53703a333813345c7fc5d1d0629e52d63e10c",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733252588457247585.
+    commit = "d52c5583c6b6089cef565666d7a73735b98b2251",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-23.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733255480881436945.
-    commit = "4cc53703a333813345c7fc5d1d0629e52d63e10c",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733252588457247585.
+    commit = "d52c5583c6b6089cef565666d7a73735b98b2251",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )