[roll] Roll fuchsia [assembly] Move config_schema structs to separate files

It is natural to assume that a public rust struct named AssemblyInputBundle is found in a file named assembly_input_bundle.rs.

In this CL we split out public structs to their own files so they are easier to find.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1401976
Original-Revision: c0eea8a44fce6d67c482ce85a4a6a436f3ddf011
GitOrigin-RevId: 5185754c14b3711f718ec07bbea789db481d3b43
Change-Id: I7a309c99b831a31cb7dc543e87efbc29897080b5
1 file changed
tree: 761ae2d080f27f6de4c25b4d1c5aa5e9a9b0cfd5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.