[roll] Roll cobalt Update SetChannel logic

SetSoftwareDistributionInfo is confusing because the name matches a
now-deleted FIDL protocol. Since SoftwareDistributionInfo only has one
field (the channel) in it, we can update the (currently unused)
SetChannel function to perform the same logic as
SetSoftwareDistributionInfo.

Once this rolls into the Fuchsia tree, //src/cobalt can be migrated
from SetSoftwareDistributionInfo to SetChannel. Then,
SetSoftwareDistributionInfo can be removed from Cobalt Core.

Original-Bug: 369213457
Test: `fx test cobalt_core_tests`
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/cobalt/+/1330621
Original-Revision: 00ebc833b741531e42e55e96e82a552c2e3d6914
GitOrigin-RevId: 457de7f9cd5e41c759b4acb92867b72665f353e8
Change-Id: I4850a28ec7cdc65a72faf7833fb28434a38fc439
1 file changed
tree: 27f936d89ce173fb1bcae7b75c6d4baf0e850bd3
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.