[roll] Roll fuchsia [zx] Define zx::handle::TYPE

Zircon object types in libzx have a static constexpr zx_obj_type_t
member TYPE, but the base case zx::object<void>, aka zx::handle was
missing this. This sets it to ZX_OBJ_TYPE_NONE so that this member is
available for untyped handle wrappers too.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/708424
Original-Revision: fda118b8266b03ad136a5182b1c5dea023422989
GitOrigin-RevId: c9349d7c01dc907f71c07d205367d5e195dbedf3
Change-Id: I0307732a4d407c14c001b806065478b8acff03f4
1 file changed
tree: d2de8e3e733b8d632be8a883168192af10988449
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
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.