[roll] Roll fuchsia [bazel_sdk] Don't set soname in fuchsia_cc_driver

If a soname is set, the loader looks at the soname to determine if the
shared library is already loaded, and if so returns the old copy. This
prevents us from loading a new version of a driver if an old version
already exists.

Original-Bug: b/326445083
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/995435
Original-Revision: 48130ad3a3bad23f6525596c0a18d83fc4547b20
GitOrigin-RevId: 7db4f18854ceedef86bff7754e34134eb98e7d26
Change-Id: I7fc20ba92b903b8ce5e6db08c77bb564e2405073
1 file changed
tree: 18d677013ae00af7b382edbf1f5aab7581fde4df
  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.