[roll] Roll fuchsia [ffx] Cleanup compatibility code for architecture

CL 674057 changed the host.architecture field to use an enumeration,
which modified its serialized form. To account for this, we introduced
compatibility code to the tool to handle both serialized forms, to make
sure we didn't break running emulators that still had the old serialized
data.

It's been about 3 months since that CL landed, so this CL removes the
compatibility code, such that we now only accept the new form based on
the enumeration type. It's expected that any emulators that were running
when that CL landed have been torn down, and the SDKs thah held the old
version of the tool have been upgraded by now, so no more instances of
the old serialized data should still be around.

Original-Bug: 99291
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/701543
Original-Revision: 0e13a59e12a79550f065deb34c86fe82aefe5b94
GitOrigin-RevId: d0a6008c047403b0376dec53f18f20b1fbf495f7
Change-Id: I26ff6e9e18d94cf464c134fc9dd833aa91fd4d56
1 file changed
tree: 6388caad952b3724fd8133a1ff602d8d2f236f92
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.