[roll] Roll fuchsia [assembly] Omit fastboot fvm when desired

The assembled_system() template previously used the global GN
arg to determine whether to build the fastboot fvm. When the board
set either fvm_emmc_partition_size or fvm_ftl_nand_block_count it forced
all assemblies in the current build to produce a fastboot fvm, which was
unnecessary specifically for test assemblies.

We now allow clients to add generate_fvm_fastboot=false to stop building
the fastboot fvm in their test assemblies. In the future, this arg will
be necessary -- alongside generate_fvm and generate_fxfs -- to help
assembled_system declare the correct outputs.

Original-Bug: b/290250084
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/882018
Original-Revision: 0f1fa9cede32f385a8dcdc86bba9379def7cbe95
GitOrigin-RevId: 9723d6f086c259bea6d2bf9e5837742cb271501a
Change-Id: Ib633102a05cbbb38286ddb438c247c5c1e62379a
1 file changed
tree: 5a45770e3ee95542cfaed160e04a6e5c4e56a1a0
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.