[roll] Roll fuchsia [assembly] Support AB slotted recoveries

If a product has A and B slots for recovery, the partitions config can
be updated to indicate this. When flashing the images, the recovery
zbi/vbmeta will be flashed to the A and B slots rather than the R slots.

To indicate this to assembly use:

  fuchsia_partition(
      name = "recovery_a",
      partition_name = "recovery_a",
      slot = SLOT.A,
      type = PARTITION_TYPE.RECOVERY_ZBI,
  )

Instead of:

  fuchsia_partition(
      name = "recovery_r",
      partition_name = "recovery_r",
      slot = SLOT.R,
      type = PARTITION_TYPE.ZBI,
  )

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1233751
Original-Revision: da251c051ca3b6c45801889ae86be912b0ddbf72
GitOrigin-RevId: 292774a105aa9f49e448de9f1dd5c96323888dbf
Change-Id: Idfa433a96bb752f76debe522d5132e7f2d7a881b
1 file changed
tree: cca8215e25445bcded6a61daee33a4c77e22d1d2
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.