[roll] Roll fuchsia [sdk] Remove obsolete Rust merge program.

This removes a very dated Rust program that was intended to replace
//scripts/sdk/merge/merger.py, but was never properly completed or
used. The implementation:

- Has drifted considerably with many SDK metadata schema changes.
- Does not support newer features like fuchsia packages.
- Does not support merging multiple input directories into a single
  final export directory and/or archive.

It's better to remove this entirely, and focus future changes
on the Python script (which we may want to augment with better
tests though).

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/912032
Original-Revision: 25c4f1edf5786e81ee9f3273ef6a2ccac207ee74
GitOrigin-RevId: 9306db1211bffc43010e14426fd89b7676458d20
Change-Id: I3151e38ab6cfe9d6c215431cacbdc94b1c1a93d7
1 file changed
tree: da3728ede94dca9ac37fe5f8296a2f6238f5e46a
  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.