[roll] Roll fuchsia [build][assembly] Add support for bootfs_file_labels in overrides

While the option to specify bootfs_file_labels is present in
developer_overrides, it wasn't possible to actually specify anything
there because Bazel could not find the package_manifest.json for the
bootfs files package generated by GN. This was because the file was
not in the directory exposed to Bazel. This change copies the
bootfs_files_package into the output directory using PackageCopier,
making it available to Bazel.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1581078
Original-Revision: 67a19f557925a20f9db2655d9296d490c96d411a
GitOrigin-RevId: d05de5beb750d8637dbd9dc84c77e1818b9a2111
Change-Id: Ib989793df14cb3d5ab7c406a823aab21d69d79f7
1 file changed
tree: c1b1d7e663390859efb0b893d2624dbbc68cd52c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.