[roll] Roll fuchsia [tools][debug] Write empty list when prebuilt/.build-id is empty.

Before this CL, when prebuilt/.build-id is completely empty,
the `generate_breakpad` command would write `null` to the output
JSON manifest, instead of an empty list (i.e. `[]`).

This later triggered an exception in `build/api/debug_symbols.py`
when trying to read the file. This CL:

- Fixes the issue by ensuring that the command writes an empty
  JSON list instead of null.

- Ensure `debug_symbols.py` detects the null value and convert it
  to an empty list anyway, just to be safe.

Original-Bug: 399498301
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1460554
Original-Revision: bfd58dcaa0de464e37a433914e7540754da2fa49
GitOrigin-RevId: f594a401e20457c0103bf562c449f1624c4de50a
Change-Id: I81ae9066256e53cf889bf5052085063fba5216de
1 file changed
tree: 3cca3153ca1761ed25b20bec89f3914fcabfefc6
  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.