[roll] Roll fuchsia [idk][build] api_level is always a string in IDK metadata

https://fxrev.dev/1082028 added support for strings while keeping
numbered API levels as integers. Based on experience with this in an
SDK, it will be simpler if the level is always a string. The value is
mostly used to build paths, so this shouldn't be a problem. Anything
that needs the integer value of a level should get them from
version_history.json.

Original-Bug: 326277078
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1087174
Original-Revision: c168823f9d8cbffe4fdcc8ef15863c9be3310896
GitOrigin-RevId: 654fcd937348b005c0266493f5f48327d72cadae
Change-Id: Id188bf30cfa26a8ab1fce1504f16c2c178780f99
1 file changed
tree: 5710480fbacb02c992ca9f21a808d6e8e1c00e31
  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.