[roll] Roll fuchsia [build] Use valico by default in validate_json()

Switch the default of `use_valico` from false to true for consistency
and because the other tool is flawed as described in the bug.

In order to make this work, the following changes are made:
* Set `use_valico = false` where the schema are incompatible:
  * `fidl()` verification against the fidlc schema
  * fidlgen tests
  * `fs_test_config()`
* Allow Serde to be used by dependencies of Component Manager on other
  toolchains, such as for host tools. This modifies a change made in
  https://fxrev.dev/1256827 to expand the scope of the comment and
  comment ensure variants cannot depend on Serde in the same toolchain.

Original-Bug: 42168969
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1257990
Original-Revision: 659b6b7bba552c6eb28c106e1bd2cc106efb11a3
GitOrigin-RevId: 6e7fb477004b8a46ed4a2da79bc4b93fff4c53ce
Change-Id: I7bcaa56f098530dc7b3ed3a2890c13874c1fd6ff
1 file changed
tree: 2e6a911c7b0351e572051d7170b5c80969357306
  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.