[roll] Roll fuchsia [acpica] Temporarily disable -fsanitize=alignment for acpica

UBSan is detecting a cast to a pointer type from a misaligned object.
This is UB in C. We can temporarily disable this check
to unblock the clang roll, but we should come back and fix them.

Original-Bug: 135222
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/931526
Original-Revision: 37c9dab1dbacf80f251aea1fa93d838463275975
GitOrigin-RevId: 7e5fd8445aa2b8622edf031d49ece8075c71205a
Change-Id: I5cc5b06099d43373dd78960af9f10887e4c02a47
1 file changed
tree: 6f2466de70ade620701c55fab1aaf83f866c1f84
  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.