[roll] Roll fuchsia [fshost] Clean up handling non-minfs data parts

The data partition has been frequently conflated with "minfs".  Attempt
to clean this up a bit and simplify some of the code.  Mostly this is
just renaming and moving code around, however some other improvements
were made, such as eliding the copying-data step if there's no data to
copy.

Note that the GN args were not renamed and still refer to minfs.  That
has to be done separately since some of them will require a soft
migration.  The configuration names were all updated, since those are
translated from GN arguments.

Original-Fixed: 95281
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/665522
Original-Revision: b6528a87d2942bf5b3484cf26ab14463f080464c
GitOrigin-RevId: 9454d3378a9800b9720264e403e0b8fd35b087c2
Change-Id: Ic238012d684036399bc8b42bf7322434cc0dee91
1 file changed
tree: 9563ddab938763984c459e6d2057541fdd5ed30c
  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.