[roll] Roll fuchsia [sdk][ffx][starnix] remove Suspend() and Resume() FIDLs

Now that Starnix Runner is fully responsible for suspending
and resuming Starnix Kernel, we no longer need to provide
FIDLs for other components to do so.

Moreover, continuing to provide those FIDLs is a liability,
as calls to those FIDLs may conflict with the autonomous
logic in Starnix Runner.

Given this, we remove the obsolete and potentially problematic
FIDLs.

Because these FIDLs were never published at a stable SDK
version, they can be removed from the source entirely (versus
adding a `removed` annotation).

Removal of the `ffx` tooling is a little more delicate. But
we were unable to find any source code that depends on it.

Original-Bug: 378470841
Test: fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1170856
Original-Revision: 8d84f4b8c5b333449ebe4df6a3f35af7a78094fe
GitOrigin-RevId: fe7464471572763548baf9c10481ae5e563fa7bf
Change-Id: Ief67f861917a95b88d87745a0d360434cba0d70c
1 file changed
tree: 8a8a27f19d44464d4d5114cc3c4f9676ab5938ff
  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.