[roll] Roll fuchsia [assembly] Explicitly set product_bundle version strings.

Currently, PBs are assigned a version number which matches the version
of the SDK that was used to build it. This works, but it's a bit
disconnected from the version of the contained assembly artifacts.

The new `ffx product-bundle create` tooling changed this behavior to use
the version string from the product config. This is better, but in some
situations I think it would be best to explicitly set the PB version at
the target level. This also allows the versioning console to transition
from "build_api/build_info.json" -> "ffx product-bundle get-version",
since we can explicitly set the version to match the previous format.

This CL explicitly sets the version string on the build target for all
product bundles in the fuchsia tree. In the future we can make this
field required.

Original-Bug: b/456261023
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1407674
Original-Revision: 4fe3346c49e4209fd2b8d5f2656c712a3d9661c2
GitOrigin-RevId: 04b086fc3b76450de421c142b174541cd60fcf37
Change-Id: Ie97cfc74e08217f23ec2f0eef3ba0a740df7ea89
1 file changed
tree: e0fca19767c843a1f1efbac2521bc823857d1183
  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.