[roll] Roll fuchsia [ffx] Additional flags in the start-up template

This CL adds more flags to the start-up template, based on
device_launcher code. Specifically, we add flags for hidpi scaling, gpu,
window size, audio, image files, and serial monitoring, then added a few
predicates for some that were previously hard-coded but shouldn't be.

Based on a dry-run comparison this takes us to parity with the default
setting in fvdl, with these exceptions:
 - grpc port flags
 - fvm image flags
 - networking flags

For the acceleration flag, this checks that KVM is accessible and that the
current user can write to it in order to resolve the "auto" value.

It also updates the sequence of events so that template resolution
happens after file staging and other tasks, but just before the command
is launched. This makes sure the flags contain the most up-to-date
values.

Original-Bug: fxbug.dev/90481
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/626985
Original-Revision: c17596f7e63a88c62dd1093f6662d0132da8363d
GitOrigin-RevId: 2bfcd56803cae199bc346edd468a25ee0c5a56df
Change-Id: I06982d7e458fe9d9010c2819c8eb8638a34db4e1
1 file changed
tree: dea327eb40174fd2788b36937c96aca083be846d
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. 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.