[roll] Roll fuchsia [versioning] Move most API level GN args to target_api_level.gni

//build/config/fuchsia/platform_version.gni exposes a lot of complex GN
args that most files including it do not need. Most use
`override_target_api_level` while a few others use
`clang_fuchsia_api_level` and `fidl_fuchsia_api_level`, none of which
are used by platform_version.gni.

Move these three GN args to their own file, target_api_level.gni and
replace or add imports as appropriate. Also add missing imports (IWYU)
and remove unnecessary imports.

`clang_fuchsia_api_level` and `fidl_fuchsia_api_level`, which were
previously members of the `platform_version` object are now independent
variables like override_target_api_level.

NO_IFTTT=Value is moved to a new file but not changed.

Original-Bug: 324062239
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/995081
Original-Revision: 9a04ae0760b02e66269413a995057a40d22e8de3
GitOrigin-RevId: 65a64f3f190e9942890396a8ce36c78f97e1f62d
Change-Id: Idf98a02e64db2ede6c5027d70f3ea8174fd87652
1 file changed
tree: bc5688a27df1ab272cee209de5b31e71a49a6a5e
  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.