bazel: Remove extra assert deps

Remove some extraneous deps on pw_assert. This is generated with
http://pwrev.dev/c/270374/9, which now,

* Removes all deps on pw_assert targets before re-adding them only if
  neeed.
* Doesn't add a target to implementation_deps if it's already in deps.

Bug: 390694482
Change-Id: Ifee5fcfae5286b3c437794d9224ee7d229e3246d
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/271192
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Ted Pudlik <tpudlik@google.com>
Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dave Roth <davidroth@google.com>
7 files changed
tree: 4f87bd19dc9945e3553c6aa6835bdcaf34939e0b
  1. .github/
  2. .vscode/
  3. apps/
  4. device/
  5. modules/
  6. system/
  7. targets/
  8. tools/
  9. web_app/
  10. .bazelignore
  11. .bazelrc
  12. .bazelversion
  13. .buildifier.json
  14. .clang-format
  15. .clang-tidy
  16. .clangd.shared
  17. .gitignore
  18. .pw_console.yaml
  19. AUTHORS
  20. BUILD.bazel
  21. CONTRIBUTING.md
  22. LICENSE
  23. MODULE.bazel
  24. MODULE.bazel.lock
  25. OWNERS
  26. pigweed.json
  27. README.md
  28. REPO.bazel
README.md

Sense

git clone https://pigweed.googlesource.com/pigweed/showcase/sense

Welcome to Pigweed Sense, a tour of key Pigweed components experienced through an imagined air quality product.

Please visit Sense: An interactive tour through Pigweed to get started.