[roll] Roll fuchsia [tools][thrasher] Add thrasher to eng build bundles/tools

The `thrasher` CLI tool is currently missing from the device even on eng builds. While it was correctly added to the `shell_commands` list for the `core_realm_eng` assembly bundle in `bundles/assembly/BUILD.gn`, it was omitted from the `//bundles/tools` GN target.

This commit adds thrasher to the `tools` public_deps in `bundles/tools/BUILD.gn` to include it. It also fixes a C++ compilation error in thrasher's main.cc caused by `ThrashConfig` becoming a move-only type by cloning it properly.

Original-Bug: None
Test: fx build //bundles/tools && fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1508465
Original-Revision: 4c57ebbe0596aa8596aeb7daa118509984879fd1
GitOrigin-RevId: 05aee978b7905ab54f920690b424c087b3f5003b
Change-Id: Idd80845141faeccfc9eb18a2468be5d5dac8d6c5
1 file changed
tree: 432827436a3231d32744cae88e1dd8e0fc1ea99f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.