[roll] Roll fuchsia Revert "[blobfs] Support delivery blobs"

This reverts commit bb8341a6d9d19798fea543df83d703deda424e42.

Reason for revert: Possible cause for blobfs-unittest failures

Original change's description:
> [blobfs] Support delivery blobs
>
> Truncation is still required with the full size of the delivery blobs,
> but this limitation can be removed in the future.
>
> Move common functionality for generating delivery blobs into the public
> facing headers within Blobfs. Ensure feature can be entirely tested
> using public header and remove private header from all tests.
>
> Rename existing offline compression feature flag to better reflect RFC
> 0207 terminology.
>
> Original-Bug: 115972
> Test: fx test blobfs-unittest blobfs-integration
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/806147

Original-Bug: 115972
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/822327
Original-Revision: 2f04e1c4ee9b6c19026d12d831df092826936cfb
GitOrigin-RevId: 2202cf6a336f82d1b7660e46cc4f8a177e59c289
Change-Id: I01c00d5094e941717723a4d0b0713b1e5d9a1102
1 file changed
tree: c4f7f7d5d26076ca7db6f4ccb586014c6b7bc15f
  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.