[roll] Roll fuchsia Revert "[scrutiny] Remove duplicate blobfs implementation"

This reverts commit c2c5da4e8d30cf82258fd7e7b549995c1c8a3ee7.

Reason for revert: This breaks users of the ffx prebuilt (the SDK root is not set in the prebuilt).

Original change's description:
> [scrutiny] Remove duplicate blobfs implementation
>
> Shell out to the blobfs command instead of re-implementing the blobfs
> extractor utility.
>
> This required plumbing some configuration through from ffx to scrutiny,
> in order to specify where the blobfs binary lives (which might either be
> the SDK or the local build directory).
>
> Tested: Manually, plus new unit tests.
> Original-Bug: 81572
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/580863

# Not skipping CQ checks because original CL landed > 1 day ago.

Original-Bug: 81572
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/597058
Original-Revision: 1bda7e5801b29e7913dcba67ac946ca034fadd3b
GitOrigin-RevId: eccd4261be54fc157be42337f535ef78c8d4c9ea
Change-Id: I732147db0461dea24adf4578538a6146b669b733
1 file changed
tree: bf1be72b48d2738d1fe95c06fd35c36b1dbec81c
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. test_durations
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.