[roll] Roll fuchsia [ffx][sdk] Update finding host tools not in the sdk

This changes the get_host_tool to only return paths of tools
in the SDK manifest. If there is no manifest, which happens in-tree
or in an isolated test environment, in this case the tool is looked for
in the same directory as the running binary (i.e. ffx).

This fixes a problem of blindly checking the sdk root for the host command
since there are binaries which are compiled for Fuchsia, not the host environment.

Original-Bug: 406159261
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1237364
Original-Revision: dbf618e3fa497ab479add18fb6ac44f34db6b54f
GitOrigin-RevId: 7e689ce9b9fe52d2f309b2840a9377d9764e6db0
Change-Id: I99aa5dbc34f18001937321289dc991e291973460
1 file changed
tree: dc14a0a1f29f7251d1011652c198ad82c8a99d0a
  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 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.