[roll] Roll fuchsia [assembly] Add product_assembly_configuration() template

Add a GN template (product_assembly_configuration()) which will create
a product assembly configuration file, parsing a list of GN targets
for base and cache packages (each) to add their package manifests
to the product assembly configuration, and correctly setting up the
dependencies.

This template is primarily motivated by wanting to keep the contract
about where fuchsia_package() and prebuilt_package() place the
manifests they generate internal to the GN rules, and not expose that
to product owners.

Original-Bug: 99867
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/677776
Original-Revision: d378742b140280f06f174a91abfd0b7c1cec84ae
GitOrigin-RevId: a440cb667b3562fb11773a5055e85c731f56d916
Change-Id: Iab3a4440471c2c9da4350d8e7f270e3f998c548a
1 file changed
tree: 1cdc26d7295eaefa5ac864d68e5e0bc7976b6815
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.