[roll] Roll fuchsia [idk] Allow building for unsupported API level.

I tried to retire API level 14, and I found that doing so broke
core.x64-sdk_source_sets_and_shlibs-api14-build_only, because we make
sure we don't try to build the IDK targeting an unsupported API level,
but that's precisely what that builder does.

Infra's view of which API levels are supported is unfortunately
necessarily out of sync with the reality in fuchsia.git. The right thing
to do is to delete those API-level-specific builders and rely on
subbuilds instead, but for now we can just remove the assertion to
unblock retiring unused API levels.

Original-Bug: 330709069
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1009262
Original-Revision: ddea9daf2b6a36950160812f26965b5efb601020
GitOrigin-RevId: d0e9dcdbf5ccd058bd24af450d9b3165dc1b5f7b
Change-Id: I31df2b652d6df5031f82dcce60208665894b57bb
1 file changed
tree: 53c7a5c68a6b651b57e73df2a97c341a77e8e68c
  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.