[roll] Roll fuchsia [board] Add display rotation arg for board configs

Introduces a board arg to override display rotation. This arg can be
included by any mechanism a component chooses to pass the value to the
application, such as structured configs, generated config-data files,
etc.

Updates recovery components to use structured configs for the display
rotation value. Other components will need to be updated to support the
new arg.

For local development, a rotation label can be set via `fx set`. For
example:
`fx set core.x64 --args="board_display_rotation=90"`

Test: Manually tested on nelson recovery-fdr and recovery-eng images
Test: fx test -s 5 system_recovery_installer_tests
Test: fx test -o installer_test
Original-Bug: 105567

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/705388
Original-Revision: 65bcaac3a0bfd5a3bbfd1d07d2dda341abe335fb
GitOrigin-RevId: 18cda83e778ab8363ddd545be2b5d538a2f861ef
Change-Id: I1f91dc3d16c266159871f630a13d8d253d9adcce
1 file changed
tree: 5e63e5347688a468f5bbb4de5cfd885dae3c40fb
  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
  12. 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.