[roll] Roll fuchsia [netstack3] Require 'static for FakeStrongDeviceId

Simplify test code by requiring that implementers of FakeStrongDeviceId
don't contain non-static lifetimes. This is already satisfied for all
test-only ID types so this only serves to reduce the number of lifetime
bounds needed for test code.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/899398
Original-Revision: 14024e193b3143bf4deee275b87f089cb4c9ab82
GitOrigin-RevId: a63b30256d9a61435f671b6030321675158319a5
Change-Id: I2d19683abacf9bf4c40e0e859c4b35d88a08db11
1 file changed
tree: daab051160d23a8f5db123be84c3e3c83c9dcdba
  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.