[roll] Roll fuchsia [bazel-sdk] Do not include RPATH in shared libraries

By default, bazel will include the runtime paths for the libraries that
are listed as dependencies. This is not needed since all of the
libraries get added to /lib of the package anyway.

BUG: b/305314198
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/943943
Original-Revision: 375eea7afccf27e25b57a0a4de0fa852ebf0f742
GitOrigin-RevId: dfd9d8e530da4579e5ddea5b323b246431eebf8a
Change-Id: I131b37649fa0ca98efe5725e3eed9dbf0318be3c
1 file changed
tree: c090465b059726768a447770db182242e854ba0b
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.