[roll] Roll fuchsia [bazel_migration] Migrate fuchsia.developer.tiles and another 10

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

Migrated Libraries list:
fuchsia.developer.tiles, fuchsia.device.test
fuchsia.driver.crash, fuchsia.driver.loader
fuchsia.driver.metadata, fuchsia.driver.playground
fuchsia.driver.registrar, fuchsia.driver.test
fuchsia.driver.test.logger, fuchsia.exception
fuchsia.factory

Test: fx bazel build --config=fuchsia \
//sdk/fidl/fuchsia.developer.tiles:fuchsia.developer.tiles \
//sdk/fidl/fuchsia.device.test:fuchsia.device.test \
//sdk/fidl/fuchsia.driver.crash:fuchsia.driver.crash \
//sdk/fidl/fuchsia.driver.loader:fuchsia.driver.loader \
//sdk/fidl/fuchsia.driver.metadata:fuchsia.driver.metadata \
//sdk/fidl/fuchsia.driver.playground:fuchsia.driver.playground \
//sdk/fidl/fuchsia.driver.registrar:fuchsia.driver.registrar \
//sdk/fidl/fuchsia.driver.test:fuchsia.driver.test \
//sdk/fidl/fuchsia.driver.test.logger:fuchsia.driver.test.logger \
//sdk/fidl/fuchsia.exception:fuchsia.exception \
//sdk/fidl/fuchsia.factory:fuchsia.factory
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-Bug: 487883318
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1602988
Original-Revision: c66f895576d60879fb977851d9ec66a3a0b467de
GitOrigin-RevId: 156e9443143d79adeb158d05c8b82022507a0d77
Change-Id: I655f1884500eea1f027cedb0005cfc865d6b3909
1 file changed
tree: 550b08aff85367f4fecc9a0687c32ec5a445be87
  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.