[roll] Roll fuchsia [host-target-testing] Add empty Omaha config to workstation_omaha_eng.gni.

This new config puts test public keys on-device for workstation_omaha_eng-based e2e tests. It is empty in the sense that it does not specify any eager packages, but the linked key_config.json specifies a public key which bin/omaha-client will consume and use to sign outgoing CUP requests.

This CL also modifies gen_eager_package_config so that it can generate
an empty eager package config which contains keys but no packages.

Original-Bug: 103946
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/710226
Original-Revision: c7e26f16f6585396dc28e92601f8b3d7d54ec247
GitOrigin-RevId: 3a4dae31fbf7f4bf336730f22cc5cf5ba04920a1
Change-Id: Ibbf66efbf155bfc5127be4027b1ee6a06c6552ff
1 file changed
tree: 3dde9e6c59639edf92e7b4c59367890593bfee26
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.