[roll] Roll fuchsia [ulib] Remove dependency on ZX_ASSERT from LazyInit utility.

Make the LazyInit utility more standalone by removing the dependency on
ZX_ASSERT*. Instead, use an internal implementation that calls
__builtin_abort() when the condition is false.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/858881
Original-Revision: 981b62d956107c9797663c01bb29f8c540af8829
GitOrigin-RevId: d60013a475b983bc58c20901f2d330b16430b5f4
Change-Id: I8e6bb6dddffd31b124c8b46032a5cfce8719ae36
1 file changed
tree: 4ee7b8e40496d9a8164fe3b59003de769619fc9d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.