[roll] Roll fuchsia [build] Introduce packaged_shared_library() template.

Add //build/dist/packaged_shared_library.gni which is essentially
a rewrite of variant_shared_library_redirect(), and deprecate the
latter (since it is still used by //vendor/... build rules).

The template is used to guarantee that a shared_library() instance
is always installed into a Fuchsia package, even if it is not an
actual ELF runtime dependency of one of the final executable or
loadable module targets in the package.

Original-Bug: 82489

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/567764
Original-Revision: 4cdb2da66fc3278e30c8f567c4e342c1cc462cde
GitOrigin-RevId: 51afd8474780e468c1062109fd4a7f5dd1a65739
Change-Id: I206a9fb929310ed98757c2ffc47b05d4a05991a7
1 file changed
tree: 4e2b529ab36b809593a5dce25a0ee0f5319a0b49
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.