[roll] Roll fuchsia [lockdep] Add no_unique_address to some inner structs

If a lock has no state, such as a NullLock, this ensures that a
no_unique_address lockdep tracked lock declaration will actually not
take up any space. This scenario can occur when an object might be
templated to support optional thread safety and switches between a
NullLock and some other lock.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1475776
Original-Revision: b328ca320646d86e105f26792315a210605b86e2
GitOrigin-RevId: fdfa660d33d1c5e0b8afde766c83d359c26beeaa
Change-Id: Ic331c8427138a09dd1d1e695f44a311931f86f3a
1 file changed
tree: b2bf0e50a6d8faf577a9e03e7e70e9035395926f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.