[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
1 file changed
tree: 6e227cde7d20f76dd8f6dcc8a2a2d3b22f37d882
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.