[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.