[roll] Roll cobalt [logger][statusor] Replace removed protobuf stub with absl

Protobuf deleted its stub code, in prepare of upreving protobuf in Fuchsia to include this change, we need to clean the usage up in Cobalt

Replace `google::protobuf::StrCat` with `absl::StrCat`
Remove unused dependency `google/protobuf/stubs/map_util.h`

Original-Bug: 374326569
Tested: ./cobaltb.py build-test

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/cobalt/+/1155332
Original-Revision: fd20f0c96b24549c0cc033064655fa709ea616fd
GitOrigin-RevId: 69653117ac40fe0cac2347c94ed55adcb2fc59f8
Change-Id: Ic926fc2f37dd258bcfa3aca8a2894597a9160121
1 file changed
tree: e5a65f3370b9e43e60afe3de46021f31671da40a
  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.