[roll] Roll fuchsia [display] Add display-factory-test tests to build.

This CL fixes the following issues.

* The tools in //src/graphics/display/bin/display-factory-tests are in
  the build graph, but are connected to //src/graphics/display:tests
  instead of //src/graphics/display:tools.
* The corresponding unit tests are not connected at all.
* The binaries are not exposed as fx shell packages, which is assumed by
  the instructions in the README.

This CL fixes the issues above. Getting the tests to build required
removing unused dependencies, which is also done in this CL.

Test: fx test display-png-tests.cm
Test: fx shell display_detect
Test: fx shell display_png (doesn't work, but at least launches now)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/841096
Original-Revision: 5bc6132d5f1d3d69032382d5507766f8b5a3648b
GitOrigin-RevId: fbe415f057cf79a1e077335265677dda268d29a6
Change-Id: I5a15e52ec8f70855e9f435b016ea2b5a1af45c1e
1 file changed
tree: 1f3b1c5c99f8867cbf58a906d875f81126d86054
  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.