[roll] Roll fuchsia [fxl] Add fxl_cli target

Drivers use fxl, and can't depend on syslog.
Due to this limitation, the portions of fxl
that depend on syslog have to be removed from the main
library. This is a breaking change, so requires a soft
transition. This CL adds a new fxl_cli target which deps
on fxl, to facilitate the migration of things using cli
parts of fxl to, at which point the cli functionality
can be removed from fxl and moved into fxl_cli.

Original-Bug: b/300157652
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/964972
Original-Revision: 530eac3c78a655739dc08204b6d74bc16fc39d86
GitOrigin-RevId: 723434cbe157b19ac338078f52558e97ca2b31c0
Change-Id: I5472fe55e7407233ebb599677854386466cccb2a
1 file changed
tree: f146a2d449aac80d5f2eef4661c9e7a754bdf729
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.