[roll] Roll fuchsia [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

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1243164
Original-Revision: b038e56fc7f1126c402cae12589b8796101cbe9a
GitOrigin-RevId: 53ace79c0f2ff4ff0dbf0948160187bb4ed54b28
Change-Id: If4ddf59f6574d2a8b341dd39c9e2852e601a3214
1 file changed
tree: 7ca27e2c432eefdf01be04de05364b64e3cbfe23
  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.