[roll] Roll fuchsia [component_debug] Override structured config decls

Previously, config_set_cmd() only checked configuration capability use
decls when determining the value type of a key-value pair provided as a
command line argument. This led to the erroneous rejection of structured
configuration fields which do not use a configuration capability to
acquire their value. Update config_set_cmd() to also check structured
configuration decls, and not just configuration capability use decls,
when evaluating the type of key-value pair input.

Tested: fx test component_debug_unittests
Tested: ffx component config set core/timekeeper \
  has_real_time_clock=false -r
Original-Fixed: 377341946
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1151312
Original-Revision: 6fb2762687b088034f9138ea43702d6f5f759aec
GitOrigin-RevId: e64db173778e621ea231a169bf80ab05f7f4dadd
Change-Id: I600e5381cd93aab688c6a27ab89e083660b3e74f
1 file changed
tree: d485f0af4afb898996debf1959fabd71de462832
  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.