[roll] Roll fuchsia [assembly] Restrict usage of fuchsia_filesystem_config

Only use fuchsia_filesystem_config GN arg in //build/images/fuchsia.

The assemblies outside of //build/images/fuchsia each have their own
independent product configs, but some of them use a filesystem config
from the product definition (fx set product.board). This results in the
filesystem varying based on the fx set, but the product definition being
a constant.

We are moving the filesystem config into the product configs. This will
result in the filesystem config becoming a constant. In order to make
this change more transparent, we make the filesystem config a constant
in this CL, and move the filesystem into the product config in a later
CL.

To make the filesystem configs constant, we stop using the
fuchsia_filesystem_config argument.

Original-Bug: b/292181325
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/893178
Original-Revision: db74e62b0b9475cfca4800a7ba6c3d4e597be66f
GitOrigin-RevId: d03042ab38cc4385d4293525629b1b9b60e3a09c
Change-Id: I2e9a8cc49bd06d03dca2c78f8c48d6593f5024a7
1 file changed
tree: 631975bc0f06dea4cb42ef52f0b0c7745c5d53bf
  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.