[roll] Roll fuchsia Revert "[ld] Use RemoteDecodedModule as const"

This reverts commit 6a36af92ea293d9605c7014730d9d266be77f2a5.

Reason for revert: broke ld-tests on core.x64-coverage-qemu_kvm

Original change's description:
> [ld] Use RemoteDecodedModule as const
>
> This completes pure refactoring part of separating the
> ld::RemoteDecodedModule and ld::RemoteLoadModule objects.  The
> RemoteLoadModule still creates and owns the RemoteDecodedModule
> object, but after decoding it's used only via a const pointer.
>
> Original-Bug: 326524302
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1004913

Original-Bug: 326524302
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1011892
Original-Revision: f1fa25d6e19c712fa7eb46aa38d3cf1e5ae998a0
GitOrigin-RevId: 6f48d1147ad3b4af27543f07c8d1f0aeec344f1e
Change-Id: If1b49c121bb4f7821cfeb4ff992bd6b3405448f6
1 file changed
tree: 7243a309c3fa5ea788688e94655670c86e6e744b
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.