[roll] Roll fuchsia [ffx component create] Add library for `create`

As a step toward fully converting `ffx component run` to be simply an
alias for `ffx component create` and `ffx component start`, this CL

• makes the implementation of `create` into a separate library

• removes code from `run`, calling the create library instead.

• adds functionality to `create` to deal with trying to create a
  component that already exists. There is no change in the `ffx
  component create` command, which continues to just fail. But
  `run` uses this functionality.

Original-Bug: fxb/110586
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/750643
Original-Revision: f097bfc7ff5bd1614e31bc8d87457a045d2cbdc7
GitOrigin-RevId: 6377b6df8deb0151c59aac97c8424ba0d3d41eff
Change-Id: I847d6e852bd64643c059e97537c6944d77354d56
1 file changed
tree: 4fc1ffd7c624a5620a0039a0d06fb8d895011e1a
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.