[roll] Roll fuchsia Revert "[session_manager] Add SC option for autolaunch."

This reverts commit 175657b224f320eaf28c838f202e641ac832a648.

Reason for revert: https://buganizer.corp.google.com/issues/280031397

Original change's description:
> [session_manager] Add SC option for autolaunch.
>
> This adds a structured config option to the session-manager component
> indicating whether session-manager should launch the default session
> as soon as it starts up.
>
> Because developer overrides aren't yet supported, I've also added in a
> hack: there's a magic file in the `data` directory, which forces
> `autolaunch` to be `false`. This should be replaced with a
> well-supported SC feature as soon as one is available.
>
> To turn off autolaunch, run:
>
>     fx shell 'mkdir -p /data/session-manager && echo "" > /data/session-manager/noautolaunch'
>
> To re-enable it:
>
>     fx shell 'rm /data/session-manager/noautolaunch'
>
> I also added some integration tests.
>
> Original-Fixed: https://b/issues/277078620
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/843796

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/849778
Original-Revision: 73ce177dab42426ac7d55444cdc28658c5d3e35c
GitOrigin-RevId: 8d8e01d83c53b1b293d326b06902d12fc319b8d4
Change-Id: I59c2e30669a7be839bbaac0ed003e66a79e71934
1 file changed
tree: 21ee3a86caf15840f003502b2913882705bf0a44
  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.