[roll] Roll fuchsia [fuchsia-async] Use ZX_OBJ_TYPE consts in emulated ObjectType This CL changes the the fuchsia-async emulated code to define ObjectType values in terms of fuchsia_zircon_types::ZX_OBJ_TYPE_* constants. Previously these values were written as integer literals in src/lib/fuchsia-async/src/handle/mod.rs, and they surprisingly did not match up with the zircon constants after the first few entries (e.g. SOCKET was 10 whereas in zircon/types.h it is 14). Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/821133 Original-Revision: 5dec23a9ef69c8bb5d65eb45114c71fe9178deef GitOrigin-RevId: 571e4b2f927955a95828ad0a41e6c7c03af8233f Change-Id: I6b5442600310f7f73501ec7bfd9defb2ff593dc3
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.