[roll] Roll fuchsia [build][assembly] Throw errors during deserialization if an unknown field is encountered

While deserializing Python classes from json, if the json contains
an unknown field, raise an error instead of ignoring it.

Also, fix the places where fields were being ignored.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1045606
Original-Revision: f7a85e11113df1becf5e701d3811f57228d9629b
GitOrigin-RevId: 69b3712cc708b8a8164d8d8de33f25eacd4a7259
Change-Id: If350c73dcaeec16ceddbbe7aa5761a62956f8b2a
1 file changed
tree: 725664158817f8827d1f6c3a7f40d0250c700b46
  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 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.