[roll] Roll fuchsia [assembly] subpackages can have non-unique names

Updates product assembly to allow subpackages
that are not top-level package dependencies (i.e., packages only
included as subpackages) to be anonymous.

Anonymous subpackages are not included as named targets in a TUF
repo and cannot be resolved directly, via a fuchsia-pkg://repo/...
package URL, but they are resolved as part of the resolution of
another package's dependencies.

Original-Fixed: 113190
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/755942
Original-Revision: 364ab39c929eda15ed0a767fc0737df0686303df
GitOrigin-RevId: 040d05dcd3ce30f0c9aba50c0e622e904cf3eac4
Change-Id: Ife1780d488e7c21e35e82f26120c4d391e0ba8ac
1 file changed
tree: f4f17ec5cd0bb64787fe594807e9758e05508abe
  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.