[roll] Roll fuchsia [zx][rs] fuchsia-zircon -> zx

This shorter name matches the common convention of
`use fuchsia_zircon as zx;` that is used so commonly in the
tree. Also aligns with the name of the C++ syscall wrapper
library libzx.

Also moves the library to a more suitable location for
eventual inclusion in a Rust SDK.

Leaves forwarding targets with the old names so that
the tree can be migrated incrementally.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1128283
Owners-Override: Adam Barth <abarth@google.com>
Original-Revision: 9361643dceeaede2674552c6d6def07fddabc49d
GitOrigin-RevId: 86e50312a550f3d5840ef7ab060bdc8c04043294
Change-Id: I415f012fc0891a5c81dc08ed39f7e958ec65ffd0
1 file changed
tree: 2eaf0b05f02490fbfcaa808f98e3609f6d642b24
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 in one of the communication channels documented at get involved.

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.