[roll] Roll fuchsia [assembly] Remove image assembly comparison safety net

The compare_image_assembly_configs() safety net has been growing less
useful, as more exceptions are needing to be added to it.  Moving
forward, as packages are moved from the legacy bundle to the common
platform bundles, and as more structured configuration is added to the
system, this is a less and less useful safety net, and a before vs.
after comparison is needed instead (but cannot be expressed in a
single build run, and so must be performed outside of the build
system).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/705582
Original-Revision: d7ea08575548e7e82033b406b7fd72eea64b2ded
GitOrigin-RevId: a1e52392a4bf980039b6617f1750e9f0641e2bee
Change-Id: Iee519be8483b81bd800630d7e115b3e6bca27dc0
1 file changed
tree: a10b46ab2aab8a48805ace81b5fb1cd66f2c9701
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.