[roll] Roll fuchsia [intel-i915] DisplayDevice must not be copied or moved.

Making DisplayDevice non-copyable and non-movable provides an easy to
follow argument that DisplayDevice instances will not get sliced. Per
the C++ style guide, we also declare explicitly that sub-classes are
non-copyable and non-movable.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/712604
Original-Revision: b93b75a715cd52dd03af3dfa4ddd2bc8a1f8217d
GitOrigin-RevId: 7bb368914b9adabfe4f67a3286e709d0638322d1
Change-Id: I00a8350194c6d6ba4006cc16aef9f3399a19850b
1 file changed
tree: ee3c337cbefb6b5978c721a073faafabdb88b340
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.