[roll] Roll fuchsia [build][python] Fix typing issues in assembly modules.

This removes typing issues in the module files, but also
in some of the scripts that use them.

Note that the @serialize_json decorator is *not* compatible with
mypy (as it breaks static analysis), so is no longer used in
the definitions of ImageAssemblyConfig and AssemblyInputBundle.
A comment has been added to warn about it usage in serialization.py.

+ Remove broken commands in assembly_input_bundle_tool.py
  which relied on non-existent methods in AssemblyInputBundle
  and thus would fail at runtime ("diff", "intersect" and
  "find_blob").

Original-Bug: 366268742
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1241526
Original-Revision: 98c7dcda4dbe4871e3ec1ac931795bf748b7d2b2
GitOrigin-RevId: 126ee4b807cd863dd1d179db52c022615247352c
Change-Id: I4be29f03edef32cbeec1505913640f19299dc56e
1 file changed
tree: 68486b8c897cf48717636f6d75bb76a7868c2e6f
  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.