roll: pigweed, pw_toolchain 5 commits daba8996eabc1be pw_bluetooth_sapphire: Add missing optional includ 7fa81d18de1e00d pw_system: Make pw_system_console work for rp2040 d1c94e5ee4e9c5e pw_bluetooth_proxy: Create Soong library for pw_bl 2e3d32f89639753 pw_bluetooth: Generate emboss headers in Soong bba8673dac058ff emboss: Make emboss_runner_py Soong target https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 44e7233eced4907..daba8996eabc1be Roller-URL: https://ci.chromium.org/b/8741931959436833905 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I54e39993f9f4787daefcff0d2e91a44970115ebe Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/225133 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/WORKSPACE b/WORKSPACE index 2d3387f..a2e6750 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -83,18 +83,18 @@ git_repository( name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2024-07-19. - # ROLL: By https://cr-buildbucket.appspot.com/build/8741941887816936065. - commit = "44e7233eced490717c56409f4daa09392f611b1e", + # ROLL: Last updated 2024-07-20. + # ROLL: By https://cr-buildbucket.appspot.com/build/8741931959436833905. + commit = "daba8996eabc1be4bfff8444c6818fea293ac920", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", ) git_repository( name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2024-07-19. - # ROLL: By https://cr-buildbucket.appspot.com/build/8741941887816936065. - commit = "44e7233eced490717c56409f4daa09392f611b1e", + # ROLL: Last updated 2024-07-20. + # ROLL: By https://cr-buildbucket.appspot.com/build/8741931959436833905. + commit = "daba8996eabc1be4bfff8444c6818fea293ac920", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", strip_prefix = "pw_toolchain_bazel", )