[roll] Roll fuchsia [ffx][config] Break up enormous environment.rs

Minor code cleanup to break up the monolith that is the environment.rs
file in the config library. Roughly broken down as:

- the context (environment/context.rs)
- the 'kinds', enums that describe the type of environment we're in
  (environment/kind.rs)
- the test_env implementation, used by unit tests to set up a config
  space for tests to safely run in.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/855776
Original-Revision: 93572108b3caac9a72a4e228d3fec353e002d601
GitOrigin-RevId: 2ec553bcfe826e4f90106cac1279f544c1a55984
Change-Id: Iad257184d7c990878dc7e4ca80fc391ea356d411
1 file changed
tree: 78ad491522d853d7e80a83167ca38f17c32fbe45
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.