[roll] Roll fuchsia [bazel][sdk] Add methods for getting API levels

This change adds a public API for accessing the API levels in the SDK.
We are currently grabbing them from a generated file which makes it hard
to change going forward. This adds public API which lets us abstract
away the storage.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/994110
Original-Revision: 557c6e5852249294216dc4b884d238948d2dd3ca
GitOrigin-RevId: 7273747506aaedad8006969a13ae875f0196c949
Change-Id: If321bacaf161cc4001ce14c39b36e16ded7431f1
1 file changed
tree: 6ea93ca6bf4b58179bc36be7795bfb1340b0bfd6
  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.