[roll] Roll fuchsia Revert "[ffx] Use absolute paths in isolate dirs"

This reverts commit 794b8c93147dd2466eb0625435504344c650b4bf.

Reason for revert: (Probably) breaks internal tests. See b/366178653. Please run `fx lsc presubmit` next time!

Original change's description:
> [ffx] Use absolute paths in isolate dirs
>
> When the daemon is autostarted, there is no guarantee it starts from
> the same directory as the invoking CLI. This means that if an isolate
> dir is passed in as a relative path (e.g. `ffx --isolate-dir foo ...`)
> the daemon may end up using a different isolate dir. The user-visible
> behavior is that CLI cannot make a connection to the daemon (because the
> ascendd socket ends up in a different location).
>
> To fix this, when a isolate dir is specified as a relative path, we
> canonicalize it into an absolute path.
>
> Original-Fixed: 362704093
> Change-Id: I8e8b2983c905481cf8ed13355449a7727cfd5018
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1116679
> Reviewed-by: Andrew Davies <awdavies@google.com>
> Commit-Queue: Steven Grady <slgrady@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1116475
Original-Revision: f876c004f51d0ec0f9ecc5af1b8426c9577a3bab
GitOrigin-RevId: 2474dad49b724802cfa34bb9f77eccbf41a5cf23
Change-Id: Ifd38f9a2ea5360a67c3d4159544d9ff1531afc92
1 file changed
tree: 5e3ee3ccec3f86a26bde0d36f1e60d58f6fc09c4
  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 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.