[roll] Roll fuchsia [ffx] Fix e2e test dependencies and visibility

Allow ffx e2e tests to be added via `fx add-host-test` by relaxing
visibility constraints to allow the root BUILD.gn to depend on them.

Ensure that the `ffx-self-test` binary is built as a dependency of the
e2e tests so it is available at runtime.

Disable the use of the `ffx_tools.json` manifest in the test
configuration. This forces `ffx` to fallback to scanning the
`host-tools` directory, allowing it to find the `self-test` subtool
which is not included in the production manifest.

Test: fx test //src/developer/ffx/frontends/ffx:ffx-e2e-without-target

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1599359
Original-Revision: 631d297ac5cd356cac5f324b93d6b01d8114d6c0
GitOrigin-RevId: 75da62c7c428ae35d794f1c844a656955b2b43ce
Change-Id: I3a6bd1695c617c932cdde8ae6229f0efb686e498
1 file changed
tree: c1346ec233aa6dbb9fa3874af5ed08f34261b93f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.