[roll] Roll fuchsia [driver] Remove syslog from the driver runtime shared library

The syslog library becomes a dependency of all Bazel
based drivers due to this dependency edge from the
driver runtime. Since drivers should use their own
logging backends instead of syslog, we remove the
syslog dependency. This also solves link errors at
runtime when Bazel drivers request an otherwise
absent libsyslog.so in some casees.

Run-All-Tests: True

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1068592
Original-Revision: fd0ba3c77dd61e8a82b28b1532cae6ab35321552
GitOrigin-RevId: 0da7415a07cdc36e77031b35d020384f190e79e2
Change-Id: I081ac0c6f55a146f6da9385daee2c7540fb52d34
1 file changed
tree: 5ffb314c045233fd1ffd14fe6d71cf060d822d3b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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.