[roll] Roll fuchsia [fxfs] Don't use the root_gen_dir for unicode_gen

This results in rust-analyzer thinking that the set of possible
dependencies for unicode_gen is all of the root_gen_dir, which is
thousands and thousands of files.

Instead, put unicode_gen.rs in its own directory, which lowers the
number of dependent files for the unicode crate from 45324 to just a
handful on a minimal.x64 build.

Test: build still works, existing tests.
Original-Bug: fxbug.dev/270999861
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1242964
Original-Revision: 43d76062b6c8ceee835f4de269821d0ca18e2c88
GitOrigin-RevId: 08d2bc16b47f98386d72622e1bbe4e8b8cd122f1
Change-Id: I536c31d21ee633e54d22171f9d931d9d5a9f6735
1 file changed
tree: 81183ab3cd239144bde793e978605bca4fffed78
  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.