[roll] Roll fuchsia [bazel] Only build platform IDK atoms for the PLATFORM api level by default.

This CL changes the set of API levels supported by the @fuchsia_sdk
repository used by the platform build's internal Bazel workspace.

The new default is to only build IDK atoms for the PLATFORM api
level, unless `override_target_api_level` is set. It is also
possible to set the new `bazel_fuchsia_sdk_all_api_levels`
flag to true in `args.gn` to revert to the old behavior of
building for all supported API levels (unless
`override_build_time_supported_api_levels` is also set).

On a powerful workstation, this reduces the time required to
build `generate_fuchsia_sdk_repository` from 7m2s down to 3m4s,
a nearly 4 minutes improvement.

Note that this only affects the @fuchsia_sdk repository used by
the in-tree platform build. In particular, the content of the
official Fucshia Bazel SDK, built by //sdk:final_fuchsia_idk,
still provides prebuilt binaries for all supported CPU architectures
and all API levels.

Original-Fixed: 349779558
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1072874
Original-Revision: da33bc27319b156cd694118eff80d9a4431da971
GitOrigin-RevId: 33193b2b97e2df0550be118a75f5cbbb76834d7b
Change-Id: Ie4a5e6fc14c0550c97c4966f5e856479f090983e
1 file changed
tree: fe81a82fa4c115854736b9c668be267736d06ceb
  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.