[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.