[roll] Roll fuchsia [build] Remove all_outputs_fresh from action() wrappers. This extra argument to action() and action_foreach() is no longer relevant. Its default value is 'false', and all use cases also set it to 'false'. This CL removes the associated code paths, as well as use cases in fuchsia.git. There are however still a few third_party/... BUILD.gn files that set the variable when calling action() or compiled_action(), so ensure these still build properly. However, use an assert to disable setting the variable to 'true'. The //third_party/... files that will need to be updated are: //third_party/crashpad/BUILD.gn //third_party/cobalt/build/config/BUILDCONFIG.gni //third_party/cobalt/metrics_registry.gni Original-Bug: None Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/556002 Original-Revision: 154fb12bc107d075855971340b3340bb56d65d1e GitOrigin-RevId: 287661af3baa1075284be50d61683b5cc34a3163 Change-Id: I414e5d765a62d956bd7914d9a269e6b3ec5ce8ae
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.