[roll] Roll fuchsia [fx] Change default to --auto-dir

Make --auto-dir default for fx set.

To preserve backwards compatibility, out/default is symlinked to
the active build dir (similar to how bazel works)

Any existing build directory at out/default is moved to
out/default-migrated, out/default-migrated1 etc

If the user manually sets --dir out/default the symlink is unlinked
and the regular directory is used as normal, and we don't try to
symlink out/default to itself.

Add informational message about the change
Add conditional message informing users not using --auto-dir how
to specify a preferred dir using --dir

Fix tests to account for the new change.

Original-Bug: 401633163
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1240890
Original-Revision: 0e9d67a00ba98f1a5ac72440a6a13c3843a2add0
GitOrigin-RevId: 00a81a5618d2f262bb617257376b4ff091631a83
Change-Id: I2f240b4780b2f5f53551c22fc75aa0778ff39831
1 file changed
tree: 5d77f6d07fc45a6c4db0e470981cd48c163e07ad
  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.