commit | ee1247fb9fc4322c0e98e80a264aaa3a6dd01f47 | [log] [tgz] |
---|---|---|
author | Hunter Freyer <hjfreyer@fuchsia.infra.roller.google.com> | Tue Jun 18 16:08:46 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jun 18 09:10:28 2024 -0700 |
tree | cf270623247595ccb36970743afaa18fb67e5bc6 | |
parent | 115771672b4e4cde6b7e3a95edc87ce68ed788a2 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.