[roll] Roll fuchsia [bazel_migration] Migrate fuchsia.driver.development and another 7 libs

Migrate FIDL libraries from GN to Bazel by skill, migrating_fidl_to_bazel.

Migrated Libraries list:
fuchsia.driver.development, fuchsia.driver.framework
fuchsia.driver.host, fuchsia.driver.index
fuchsia.driver.token, fuchsia.hardware.block.volume
fuchsia.hardware.platform.bus, fuchsia.hardware.platform.device

Test: fx bazel build --config=fuchsia \
//sdk/fidl/fuchsia.driver.development:fuchsia.driver.development \
//sdk/fidl/fuchsia.driver.framework:fuchsia.driver.framework \
//sdk/fidl/fuchsia.driver.host:fuchsia.driver.host \
//sdk/fidl/fuchsia.driver.index:fuchsia.driver.index \
//sdk/fidl/fuchsia.driver.token:fuchsia.driver.token \
//sdk/fidl/fuchsia.hardware.block.volume:fuchsia.hardware.block.volume \
//sdk/fidl/fuchsia.hardware.platform.bus:fuchsia.hardware.platform.bus \
//sdk/fidl/fuchsia.hardware.platform.device:fuchsia.hardware.platform.device
Test: fx bazel build --config=fuchsia //build/bazel/rules/tests
Test: fx build //sdk/fidl:compatibility_tests
Test: fx bazel build --config=fuchsia //sdk/fidl:compatibility_tests
Test: fx set core.x64 && fx build

Original-Original-Bug: 487883318
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1617648
Original-Original-Revision: a1d7f2fde9a5f15f7a465607986c99c4305e348e
GitOrigin-RevId: 06d443e155978501f33f7307acc329b737598549
Change-Id: I7f490f875aca85308499637dea09fca812293067
1 file changed
tree: cb01b650efe70dd12e388ec43919e2d708136589
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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 in one of the communication channels documented at get involved.

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.