roll: pigweed, pw_toolchain: pw_bluetooth_sapphire: Remove manufacturer list As of this CL, `GetManufacturerName(...)` will return a string containing the hexadecimal representation of the value provided, rather than looking up a full name in the table. Call sites of this function will likely be refactored and removed in a future CL. Test: pw presubmit Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/226472 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: f513cf21c32c28e..cbd04b9968e997f Roller-URL: https://ci.chromium.org/b/8740960983277316065 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Iaab08023027f5ba43fe37a26cef78c62e4dedc79 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/226492 Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/WORKSPACE b/WORKSPACE index 49a6cd7..7b52fa4 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -84,8 +84,8 @@ name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-07-30. - # ROLL: By https://cr-buildbucket.appspot.com/build/8740972018641698785. - commit = "f513cf21c32c28eeeb3948e6914d9419b5aefef4", + # ROLL: By https://cr-buildbucket.appspot.com/build/8740960983277316065. + commit = "cbd04b9968e997ff3a94135e76e212cd34e2f9a0", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", ) @@ -93,8 +93,8 @@ name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-07-30. - # ROLL: By https://cr-buildbucket.appspot.com/build/8740972018641698785. - commit = "f513cf21c32c28eeeb3948e6914d9419b5aefef4", + # ROLL: By https://cr-buildbucket.appspot.com/build/8740960983277316065. + commit = "cbd04b9968e997ff3a94135e76e212cd34e2f9a0", remote = "https://pigweed.googlesource.com/pigweed/pigweed.git", strip_prefix = "pw_toolchain_bazel", )