bazel: Remove default pw_log backend definitions

These definitions are only needed when using the
simulator, in which case they are provided by the
host_device_simulator_binary transition.

In other cases, such as when running tests on host,
they actually cause logs to be silently swallowed
rather than printed.

Change-Id: Ia509c61085348f44a01e3cca01a130f21c123ad5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/234834
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Pigweed-Auto-Submit: Taylor Cramer <cramertj@google.com>
Reviewed-by: Ted Pudlik <tpudlik@google.com>
Commit-Queue: Taylor Cramer <cramertj@google.com>
1 file changed
tree: f307fc0b2f28b2e8a655f01bcbb30a54aef25264
  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. .clangd.shared
  16. .gitignore
  17. .pw_console.yaml
  18. AUTHORS
  19. BUILD.bazel
  20. CONTRIBUTING.md
  21. LICENSE
  22. MODULE.bazel
  23. MODULE.bazel.lock
  24. OWNERS
  25. pigweed.json
  26. README.md
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.