[roll] Roll fuchsia [fx] Rename fint_set feature to legacy_set

And invert its meaning. Whereas `fint_set` defaulted to false and made
`fx set` use the new implementation if true, `legacy_set` defaults to
true and `fx set` will use the new implementation if it's false.

The intent of the renaming is to make it more obvious and memorable, as
"fint" is not a widely known term. It should be safe because the new
feature has not yet been announced.

Original-Bug: 68465
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/497980
Original-Revision: 97dbf8d07df085e06f8e66315d22ba708fa873db
GitOrigin-RevId: fde1b871cdbbb1bf39faa0b90b8ed49b13ef8d96
Change-Id: Ibce592fa1c869e86fc226a0fc849314b93a0efba
1 file changed
tree: 525c6843fa56dcd62c1e544a78e4e755a29cdcfb
  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.