[roll] Roll fuchsia [versioning] Allow unstable ABI mismatches.

That description may be a bit misleading. Currently, packages that
target unstable API levels get stamped with a regular-old ABI revision
that doesn't rotate. In the next CL, I'll change that so packages
targeting unstable APIs get a corresponding ABI revision.

Without _this_ change, we'll start getting mismatch errors as soon as
that change lands. If we find these mismatch errors unacceptable, then
it'll be hard to roll back (since there will be packages in the wild
with unstable ABI revisions, and CM/Assembly will reject them).

So, we'll do the following:
1. Disable the errors for unstable ABI revisions (this CL). This doesn't
   change anything because there aren't any unstable ABI revisions in
   the wild.
2. Switch HEAD and PLATFORM to be unstable ABI revisions. This will
   break folks who haven't OTA'd this CL onto their device... But I
   dunno that there's anything we can do for those folks, since by
   definition they haven't updated their devices to pick up any changes
   we make... Rolling this back would be kinda unfortunate, because it
   would leave things in an inconsistent state.
3. Enable errors on mismatches for unstable ABI revisions. This is then
   pretty rollback-safe.

Original-Bug: 324892812
Original-Bug: 347724655

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1067532
Original-Revision: cd6ac57d6e0c517550ccddc7fa968d7589b1a37d
GitOrigin-RevId: 8d37880ea8dae311108e8c3cb5f70e6a68ebcf0e
Change-Id: I47a562faf4a47106a1d600ec67d605b7ffa787c2
1 file changed
tree: cf270623247595ccb36970743afaa18fb67e5bc6
  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 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.