[roll] Roll fuchsia [bazel_sdk] allow fuchsia_cc_driver to specify binary name

Adds an attribute to fuchsia_cc_driver which allows users to specify the
name of the built driver. For now we keep the default as lib<name>.so
which is different from in-tree until we can migrate our OOT repos to
match the default that we have in-tree.

BUG: b/305314198
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/939989
Original-Revision: 54855530fbc9d62e77588c30259aae7a637ecbf2
GitOrigin-RevId: d64167f3b19379a1c7c75268e3f69cbda9803647
Change-Id: I0c50348772814871669d8c4926ea6a81a945a88b
1 file changed
tree: ec01d22bea67d63b34cbb25dd24a45f6052bda71
  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.