[roll] Roll fuchsia Revert "[platform-device] Always offer FIDL protocol"

This reverts commit 72ca5276468275d52810326d63bc4a008876abd7.

Reason for revert: suspect its parent caused CI build failures and reverting the parent alone caused a different failure that might be related to this change.

Original change's description:
> [platform-device] Always offer FIDL protocol
>
> Always offer the FIDL protocol. This was not possible to do back when
> setting an outgoing directory required the device to isolate.
>
> This should make it easier to migrate all clients to using platform
> device FIDL.
>
> Update the `if` statements to a `switch` statement to ensure we check
> all variants of the enum.
>
> Original-Bug: 110796
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/807228

Original-Bug: 110796
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/808767
Original-Revision: 540a062860ce8ec9a1533fed3f4f188cdfa8fc28
GitOrigin-RevId: df547568df671ceac9007eb445280c6d4cf32ef8
Change-Id: Ie243ccd5738ea6acabc36ca37cbb57e61898520d
1 file changed
tree: dc5def64c94c670776904df44cfd9f5a83d9eb59
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.