[roll] Roll fuchsia Revert "[logs] Remove legacy logging protocols from the SDK"

This reverts commit 1733d78a173ee51bb1299562b89e149a91f9cbc2.

Reason for revert: Breaks Chromium

Original change's description:
> [logs] Remove legacy logging protocols from the SDK
>
> Remove legacy logging protocols from the SDK,
> as well as types and constants that were associated with them.
> Deleting CTF tests from source files doesn't delete the prebuilt
> tests, so the older protocol will still remain tested,
> as long as the older API levels are supported.
> Once all older API levels have been removed,
> the protocol support can be removed from in-tree
> and the tests will be automatically deleted at that time,
> except for the C++ test which will need to be manually cleaned up
> because it was the only test in its CTF suite.
>
> Original-Fixed: 300141130
> Change-Id: I8bb8a31cf7996302b456cd6e599b07e10884c67a
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1242185
> Reviewed-by: Adam Barth <abarth@google.com>
> Reviewed-by: Miguel Flores <miguelfrde@google.com>
> Fuchsia-Auto-Submit: Brian Bosak <bbosak@google.com>
> API-Review: Miguel Flores <miguelfrde@google.com>
> Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1252284
Original-Revision: a4910184f7057f4ae8bc049ebf0d4e83d7500466
GitOrigin-RevId: 75a9bebaebe19502c475a53b3e702d687018138c
Change-Id: I8c28019c46cd87417207876f2b178465227d5c6b
1 file changed
tree: 120932030ccd94253968549f06f303896a24f034
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.