[roll] Roll fuchsia [ffx] Remove package serving from ffx emu

Previously, ffx emu was built to start the package server for the user
alongside the emulator. As we redesign the launcher, we want users to be
responsible for starting it themselves. In August, we made running
without the package server the default and left a note to completely
remove it after a month. It's now been 2.5 months, so the time has come.

This CL removes the package serving flags from ffx emu, making it
impossible for a user to start the server from here. They must use
something like `fx serve` or the upcoming `ffx repository` instead. This
will not impact infra tools that are already starting it themselves or
using other launchers.

Original-Bug: 82804
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/601541
Original-Revision: f512418efc20a2e667d0da5e8c3e778524395cb6
GitOrigin-RevId: 84a2ae2ea667aa3ebe83f81db24167507652e2e8
Change-Id: Ic5da47849eb029bfb431a7b6d15080b3a2123ea8
1 file changed
tree: f4568b8b1bdd85e7eaee62d61a964f21aacfe767
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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 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.