[roll] Roll fuchsia [gn sdk] make populate_build_id_dir.py work for Python 3

* The script uses subprocess.check_output(). In Python3 it uses binary
  mode to read output, which means that the result is 'bytes' instead of
  'str'. Updated the script to pass universal_newlines, which enables text
  mode without breaking compatibility with Python2

Original-Fixed: 75323
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/519996
Original-Revision: 854a000ca7ea756bcdbe407deb4c564e3dff20a8
GitOrigin-RevId: 3796300da909fa4e2315aad834ded1a71fa648ed
Change-Id: I6f743240262621814e64bca6c0ac277987511f06
1 file changed
tree: a34e5c0b7edbb0696a85839ec63b2ec877cd0a20
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 via the IRC channel #fuchsia on Freenode.

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.