[roll] Roll fuchsia Revert "[sys] Move cmc/validate to cml/validate"

This reverts commit 25d8df5bc32505311863b99532936d90de028a99.

Reason for revert: Reverting in order to revert commit
48b8a1b5d04d64d0fefb1bf846b9ed65522b6509 which is causing issues
on the tricium bots.

Original change's description:
> [sys] Move cmc/validate to cml/validate
>
> This is kept as a pure-move as much as possible. Notable changes:
>
> - CMX related functionality and tests are kept back in cmc/validate.
> - cml/validate.rs tests don't do file I/O. The data is kept as a string.
> - Factored out a cml::parse function from cmc::util::read_cml to parse a
>   JSON5 into Document using serde.
>
> This moves us in a direction where cmc is a thin frontend.
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/858201

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/859020
Original-Revision: cefe3e05e4181151daa277b9981d9355c01b2950
GitOrigin-RevId: a39acffe739e0cae36497fec562090e58fa20892
Change-Id: I915b3c20f6e469d7106a23c66fe9cf5dd165774b
1 file changed
tree: 5462fffe7500302b78f55fde119184b9ca62678b
  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.