commit | f1a5a2136aac3a6b42a5e8a0310bba8b775ac668 | [log] [tgz] |
---|---|---|
author | Aidan Wolter <awolter@fuchsia.infra.roller.google.com> | Tue Aug 01 18:43:40 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Aug 01 11:44:48 2023 -0700 |
tree | 631975bc0f06dea4cb42ef52f0b0c7745c5d53bf | |
parent | 26633092270a84805b8b1d38deabbca4ea9b1d02 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.