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

Add a 'config_data_for_assembly()' template that replaces the
'config_data()' template when moving a config_data entry from
the legacy bundle to the platform assembly input bundles.

Internally this template creates the same json as is made
by the assembly_input_bundle() template when that is given
config_data scopes, and then all the json files are passed
to the assembly_input_bundle_tool.py script.

This allows config_data entries to be defined in BUILD.gn
files, and used from //bundles/assembly/BUILD.gn, without
requiring that the config_data definition itself be moved
into the instantiation of the AIB.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/779505
Original-Revision: 46740ca0945ca4ddb433cfc771db8154a6788116
GitOrigin-RevId: 6ddadb5fa470aa94ab1ddd5488334eca86b6eca1
Change-Id: Iede2d85f5c2ddc38ff7050a9a18fd1b16580681d
1 file changed
tree: 3c7272ad9b09a7bc9e6dc147816393de068bed4d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.