[roll] Roll fuchsia [wlan][driver-lib] Remove compile defs for logs

The log library originally allowed users to compile out logs based
on severity levels via a define. While this allowed for better control
it had the complexity of adding yet another layer of log control over
3 other means that exists i.e.

    - log filters.
    - ffx command to set producer severity level
    - ffx log --severity

Performance measurements on astro show no noticeable impact when
compiling in all logs.

Original-Bug: 81660
Test: no new change.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/579521
Original-Revision: ebd29cf22382f00b97a5755eebd79b9ef8fd10c7
GitOrigin-RevId: c14f6a8b323de9133380d6539e5ae85a1734e32b
Change-Id: I4b500ad4119167a5a689ffcccb33a740db4f4fc2
1 file changed
tree: 9cac2ed32f48d50273f7069fd4672af6bfccef71
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.