[roll] Roll fuchsia [Starnix] Remove AlignedU128 type

u128 is 16-bytes aligned (at least on aarch64 with the current Rust
compiler), so the AlignedU128 type isn't really necessary. Added a
static assert to ensure proper alignment.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/952676
Original-Revision: 4b7a79b4607d2c22df750dea337be573864a90e7
GitOrigin-RevId: f7f6a2032a5278688d3710c55700cdae64ac57c2
Change-Id: Ic8ee65b9b3de48346cc6652e470dd7994755c549
1 file changed
tree: cbf272905d74b41b9d7aa344afcf9a54b959bb44
  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.