[roll] Roll fuchsia [superproject] Roll antlion Manually define enums for Fuchsia constants

Revert part of https://fxrev.dev/890135 that uses auto() for defining
enum values for Fuchsia-defined constants. These constants should be
manually defined to ensure they are kept in sync with the Fuchsia
equivalent; there is less room for error and is more discoverable when
defined manually due to auto() lowercasing only in the case of StrEnum.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/897640
Original-Revision: 42405daaee09fb3e09695d55ebe5907975c004e4
GitOrigin-RevId: 5ac7f243449145d884b4adb7ae97adce8ae2c51e
Roller-URL: https://ci.chromium.org/b/8773100691704083857
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/899831
Original-Revision: 8f9c2fa63505a783bae128de386e22191b0632d0
Change-Id: I6724263b43a4b3bee8667352b5cb7b30fb393c5a
1 file changed
tree: e43c8458235d8040b5cb65ef23381893afac0e8a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.