[roll] Roll fuchsia [fvm][assembly] Cleanup fvm args

The fvm_sparse_arg calculation is only used in one location, so we now
move that to that corresponding BUILD.gn file to prevent others
from depending on it. We do no expect parts of the code to be completing
their own FVM generation. In fact, the generate_fvm.gni template has
already been moved to //src/storage/volume_image/fvm/generate_fvm.gni.

We also, have removed all usage of string fvm args, and can remove the
comment in the fvm.gni file explaining the transition.

Also, the fvm_image_size argument is unused, so we are deleting it.
Client currently use fvm_max_disk_size instead.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/572051
Original-Revision: a462e30510e9a8fef3d3f3c260cc1e3261dc5fd9
GitOrigin-RevId: 8b385f21cc3871f896f7dca742d1e64aacaaad8f
Change-Id: I423fed2d41c339ce5952418171a96e74b8ce3558
1 file changed
tree: fab481797c3bfcc6f68597f35cbbe3fa890db8dc
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.