[roll] Roll fuchsia [bazel_sdk][versioning] Separate supported levels list

Separate supported and unsupported levels into different lists. This is
used in a subsequent CL, https://fxrev.dev/1170004, to handle them
differently.

Remove `status` from the API level struct since all API levels exposed
by the SDK should be supported for building. (This change will be made
in the CL mentioned above. The lone remaining distinction will be
stable numerical levels vs. the unstable "NEXT" and "HEAD" levels.) We
want SDK consumers to choose a specific desired level rather than
selecting a level based on status. Also, the current `status` field in
`version_history.json` is now deprecated (https://fxbug.dev/338444566).

Also remove unused constants related to status.

Original-Bug: 354047162
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1174717
Original-Revision: 1a073e694789326fbf1db637a4b8d8d1d102e1e4
GitOrigin-RevId: 8955e969feb08d86d349b0c4c00ac107e211a1bb
Change-Id: I55e1550089fe61553a1182bdbbb6078608f66ff1
1 file changed
tree: efff273769936b62d92cd9cf480258103275ecc4
  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.