[roll] Roll fuchsia [blackout] Remove legacy devfs fallback and storage_host parameter

This removes the `storage_host` parameter from `set_up_partition` and
`find_partition` in the blackout target library. These functions now
assume that storage-host is always enabled, removing the legacy devfs
fallback paths.

Two tests in `src/storage/blackout/target/lib/tests` that explicitly
tested the legacy devfs path (by passing `false` for `storage_host`)
have been removed.

All callers have been updated to remove the parameter.

Test: None, refactor that removes legacy devfs tests and parameter.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1583693
Original-Revision: b7a4ca431720d04841537fc71cb67ff94ba3aeeb
GitOrigin-RevId: 5a6ef868c72d852c78c55c6cdc0c63038042d05d
Change-Id: I3260baa0aa2821ae1841668439958a208df5f57d
1 file changed
tree: 1d2c84656a5e792d0378951990e1467f5dabe3c3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 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.