[roll] Roll fuchsia [aml-rawnand] Fix missing copy ctor warning

std::vector is now using the copy constructor and the
existence of a user defined copy assignment constructor
was triggering a warning in clang.

The comment is incorrect, the constructor need not be
written by hand, this also avoids likely ub in the
assignment to `raw_value`

Original-Bug: 104949
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/703166
Original-Revision: 6a9176169264a7d6848a64a1bd434c4c0fd86b60
GitOrigin-RevId: e0de6e50a494f24d1e3662e81825f1e79ce20a29
Change-Id: Idbf6c4bc3f44297b384f389d1feef33c19836099
1 file changed
tree: 3f33ed2713450cb235d27b0498cb652b1180b384
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.