[roll] Roll fuchsia [package] Support anonymous subpackages

Updates package build 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.

Changes are also required in product assembly before anonymous
subpackages can be resolved, which are made in a follow-on CL.

Original-Bug: 113190
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/748606
Original-Revision: aa0f74bf3b0a3a923bdd2961278656f71caeaeda
GitOrigin-RevId: b18cfb8605909130819d2048a5cc78f1bdd38193
Change-Id: Id1639995248791f9484e7a9985108d5abafa9edd
1 file changed
tree: 3f05230c3616a59dba2334c58a64f7c6af1ab2f5
  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.