[roll] Roll fuchsia [rbe] Default to cloudtop

Change default from "legacy_default" to "cloudtop"
when the logic infers that the user is eligible for RBE.

Previously with "legacy_default":
* only C++ was remote accelerated

Now with "cloudtop", you get:
* Rust
* linking
* bazel

This only affects `fx set`.
Existing args.gn settings will not be lost.

Original-Bug: 379142703
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1157136
Original-Revision: 9bacf1625190b78b700b9bc80efd3950aae8b0eb
GitOrigin-RevId: 4896fb4605f826ee7119ace57793b479caad1adf
Change-Id: I8a40535f9930fbac8e3d0a3787dfa154c7ab07ce
1 file changed
tree: a182478eb1251f462838da8e324434a3d7301b50
  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 in one of the communication channels documented at get involved.

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.