[roll] Roll fuchsia [build] Fix two issues in ifs_shared_library_libs()

The `.as-needed` target was missing the dependency necessary to
ensure the real link stub ELF file was actually generated before
the generated linker script that refers to it goes into a link.

The ldscript metadata fragments using a path to the link stub
that's relative to root_build_dir did not work with GNU gold,
which does not look relative to the current working directory
after looking in a script-relative directory like LLD
does.  (Both linkers then go on to look at the -L / GN lib_dirs
search path.)  Instead, all ifs_shared_library_libs() targets now
generate the files containing those fragments in a single shared
directory, so every fragment can use a path relative to its link
stub that's relative to that one shared directory.

Cq-Include-Trybots: luci.turquoise.global.try:run-postsubmit-tryjobs
Run-All-Tests: true
Original-Bug: 342469121
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1061132
Original-Revision: 53c980becf9790bb83374c9110edc45aee43192d
GitOrigin-RevId: 0911dbf050afc5bf3875ac58f7a6c5cd5b9b4c7f
Change-Id: Ic435495865b209d83a0dd9255ed605abda65928d
1 file changed
tree: 60481f33cda0658c675f237460743f1f35375314
  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.