[roll] Roll fuchsia [display-coordinator-connector] Make devfs_factory a private library.

Currently the only customer of this library is
display-coordinator-connector. It's preferred for display coordinator
clients to get display.Coordinator service from the connector component
instead of getting it directly from devfs (the hardware driver), so we
move the devfs_factory library to display-coordinator-connector
and make it invisible to other build targets.

This change also does some IWYU cleanups to the BUILD.gn targets.

Test: no-op. fx build
Original-Bug: 129188
Original-Bug: 127211
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/873043
Original-Revision: 9f83ae394f8d9ff024e10bbc420b89ebbbad9e63
GitOrigin-RevId: a4e964832c7f6e8023cf6d70c85a6edfc454bb71
Change-Id: Iffc16021c6bb212766f704434014a9b8a1d54086
1 file changed
tree: 4488aff0f0793920b45e31c82c4090fcf1f8de40
  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.