[roll] Roll fuchsia [ffx] Add component config plugin

Add the component config ffx plugin, enabling developer overrides of
configuration capabilities. Since the backing FIDL protocol,
fuchsia.sys2.ConfigOverride, is a framework protocol implemented by
component manager, route the protocol to the remote control service.

Tested: ffx component config set -r core/wlancfg recovery_enabled=true
Tested: ffx component config unset -r core/wlancfg
Original-Bug: 369138848

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1144775
Original-Revision: c4ca802ce40321c901d5be04dad6dd9ede56d608
GitOrigin-RevId: e7405b9995358602e2bc293eaac4973fbc47a142
Change-Id: Ic2f39812c0418c11c2fa8296e20d13539d3c911b
1 file changed
tree: e9e14888e12f2d0000c21e9e301448e821b4c9a1
  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.