[roll] Roll fuchsia Revert "[pkg] Only use BlobReader/BlobWriter to access blobs."

This reverts commit b038e56fc7f1126c402cae12589b8796101cbe9a.

Reason for revert: b/409611771

MULTIPLY: fuchsia-pkg://fuchsia.com/pkg-resolver-integration-tests#meta/resolve-resumes-blob-gets.cm

Original change's description:
> [pkg] Only use BlobReader/BlobWriter to access blobs.
>
> Removes the conditional use in pkg-cache main for choosing between using
> the old fuchsia.io protocols and the new reader/writer protocols.
>
> Cleans up all the production uses of blob opening with fuchsia.io, and
> updates all the integration tests that relied on pkg-cache behaving this
> way.
>
> Does not clean up all the optionals and branches for the number of
> hermetic tests that explicitly call the fuchsia.io paths or create mocks
> assuming that the fuchsia.io paths are available.
>
> Original-Bug: 408439508
>
> Change-Id: Ifc3dc87811dff5a78c97ae76f9f81b39c8b8aee5
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243164
> Reviewed-by: Mark Dittmer <markdittmer@google.com>
> Commit-Queue: Martin Lindsay <mlindsay@google.com>
> Reviewed-by: Ben Keller <galbanum@google.com>

Original-Bug: 408439508
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1249844
Original-Revision: 2a7d40c8f2885fda3dc60792a5d282037b6a5a46
GitOrigin-RevId: 85741ab27a6bc4a478146a07cdbc882ff13196fc
Change-Id: I73654acab52ee98f8db5a8f6bef64801ffe9fe25
1 file changed
tree: 4603aaa0bef241024c677d9629f20598d8c88805
  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.