[roll] Roll fuchsia [gpt] use correct length macro

The name field of gpt_partition_t is GPT_NAME_LEN in length, so it
should use gpt::kGuidCNameLength macro. There's no problem here
because kGuidCNameLength just happens to be equal to kGuidStrLength.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/466063
Original-Revision: 1fae75c609f8ae6a10501cfaddbdd818da20b2f4
GitOrigin-RevId: 175925590207298e5cb9baf25070e6a710dbf6cb
Change-Id: Ib86704c61009ff59373d1edf71fe258876646f73
1 file changed
tree: 28333478db37a19e5320f04e6cc0ee06298c87fd
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.