[roll] Roll fuchsia [build][api] Add export_last_build_debug_symbols command.

Add a new //build/api/client command to populate an output
directory with symlinks to the ELF debug symbols corresponding
to the last build's artifacts, including breakpad symbols
generated automatically when needed.

The breakpad generation can be disabled with the
--no-breakpad-symbols-generation flag. Otherwise, this runs
the Breakpad `dump_syms` tool in concurrent processes.

This command must be run *after* the build, and its output
can later be used by a tool like artifactory to upload the
corresponding files to cloud storage.

The output directory will include a build-ids.txt file
(with one build-id value per line) and a build-ids.json one
(mapping build-id values to target GN labels).

NOTE: The build doesn't generate debug symbol entries for
Bazel targets yet.

Original-Bug: 404208759
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1246785
Original-Revision: ecccb973a2b53b29cfba7ca90b2a0b46b304fba3
GitOrigin-RevId: 4a82fb934bd369cce46b8727d8a6c1eada63d385
Change-Id: I926bb837824b353135f47b08652ffa23aab63076
1 file changed
tree: 1c474199def97b8abcd367e8eca51c3bfc5305c1
  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.