[roll] Roll fuchsia [fx] Remove FUCHSIA_BUILD_DIR from fx.config file.

This fixes an issue that happens when renaming a build directory,
`fx --dir out/newname build` would continue to build in òut/oldname
because it was stored in the fx.config file.

There doesn´t seem any good reason to write the build directory in
that file, since it is only read by `fx` after the build directory
was already set (e.g. with the --dir option, or reading the
.fx-build-dir value, which is always correct).

Original-Fixed: 413713238
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1261405
Original-Revision: 09e345c93c1829fac8156ff87b5eb13af4f36025
GitOrigin-RevId: 05c2308be42b7241e96baaeb149cc5c61296f38e
Change-Id: I69f70dbf4e5a71825fcbbeb467ca290b7613bdca
1 file changed
tree: 7f78f745c0ecbac8195cee5be7d1aeaa26b99d64
  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.