[roll] Roll fuchsia [build] Remove obsolete out/rust-analyzer tool shim.

The generated out/rust-analyzer did not work since the path
is pointed too was invalid. The tool is now at a fixed
location at prebuilt/third_party/rust-analyzer/rust-analyzer
and our VSCode extension has been updated to use it.

This removes one unnecessary exec_script() from our GN build
plan.

Original-Bug: 377663596
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152052
Original-Revision: 1feb7b5f322f69bc230b4c78bff6bb0d85ebe92d
GitOrigin-RevId: b2923da84b980f83d954562ab71ebea33a747bbd
Change-Id: I96e40d27883a9c82df504d395e56da09c057a71c
1 file changed
tree: a22bcd9dbb7ef5e27ae84892e7a4a8d44a872786
  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.