[roll] Roll fuchsia [component] Fix return value documentation. The component::Connect() method uses the fdio_service_connect_at() function to open service protocols. The FDIO function works asynchronously, which means that a ZX_OK result won't ensure that the requested service actually exists. This change fixes the documentation of the component::Connect() method, removing error values that don't match the implementation and mentioning that a zx::ok() doesn't guarantee a successful connection. Test: no-op. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1021934 Original-Revision: 92705e331e12674343022d361905d23de7f24c6c GitOrigin-RevId: 8ed409a66b84dbb43e795503f3ab11b4f68b66d9 Change-Id: I7d624b81118c36e0f09358942c2ce8569eee42c4
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 via the IRC channel #fuchsia on Freenode.
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.