[roll] Roll fuchsia [fshost] Don't set PATH for arbitrary programs

This line was added when devmgr was responsible for launching programs
in https://fxbug.dev/28172 but appears to have become detritus some time
ago.

Note that even before this change `which ls` reports that $PATH is unset
in both the console shell and via netruncmd. Making `which` work was
among the stated goals of the change that introduced this line.

It appears this was initially done in response to
https://crrev.com/c/521724, where Chromium tests that expected PATH to
be defined were updated to accommodate for its absence on Fuchsia. The
accommodation was removed after this addition in
https://crrev.com/c/766470. 8 months later, the accommodation was added
back in https://crrev.com/c/1141929 without explanation (probably
because devmgr was no longer launching whatever is running those
Chromium tests).

Remove unused dependencies on //zircon/system/ulib/zircon-internal.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/666747
Original-Revision: b7c351c58c0da06655a3877bc2d9b4eec46f6494
GitOrigin-RevId: edcfac67bc5841a4be4290b95c787c482827b5f6
Change-Id: I974d7a2358f288dc267a935166b37cbc7009177c
1 file changed
tree: e99efc840ae4dc350971e7a7e18c717626d2b5aa
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.