roll: pigweed pw_cli_analytics: Two bugfixes
First, ensure "command" is always present in 'payload.event_params'.
Second, don't report analytics when people are running the
'pw cli-analytics' command (with or without the '--opt-in' and
'--opt-out' flags).
Original-Bug: b/374067161
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/242893
Original-Revision: 11ac92442e318df9c97bd4c17cfd5699a64b8083
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 205570386eac8f..11ac92442e318d
Roll-Count: 1
Roller-URL: https://ci.chromium.org/b/8733824082350272065
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I411c802f7229cc4c4da0d445a34d123769fb5bc6
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/242913
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 33254f6..96d7857 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-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733875268061214993.
- commit = "205570386eac8fe6e0269b7fbbab1449eb565036",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733824082350272065.
+ commit = "11ac92442e318df9c97bd4c17cfd5699a64b8083",
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-17.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8733875268061214993.
- commit = "205570386eac8fe6e0269b7fbbab1449eb565036",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8733824082350272065.
+ commit = "11ac92442e318df9c97bd4c17cfd5699a64b8083",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)