[roll] Roll fuchsia [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
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1242185
Original-Revision: 1733d78a173ee51bb1299562b89e149a91f9cbc2
GitOrigin-RevId: b5ea7833f7c9c5db21f59e2875a64fc486fae237
Change-Id: I9355456ae16c69c21552a81596ce848a79a8bb41
1 file changed
tree: a41eac3cac35d32539bb690c748889f108d08b7d
  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.