[roll] Roll fuchsia [bazel_migration] Remove redundant import for fuchsia.session and another 20 libs

Remove the import of "//build/fidl/fidl.gni" because it's been included in
"//build/tools/bazel2gn/bazel_migration.gni"

Libraries list:
fuchsia.element, fuchsia.posix
fuchsia.session, fuchsia.session.power
fuchsia.session.scene, fuchsia.session.window
fuchsia.starnix.binder, fuchsia.starnix.container
fuchsia.starnix.gralloc, fuchsia.starnix.psi
fuchsia.starnix.runner, fuchsia.storage.blobfs
fuchsia.wlan.common, fuchsia.wlan.device
fuchsia.wlan.device.service, fuchsia.wlan.driver
fuchsia.wlan.fullmac, fuchsia.wlan.mlme
fuchsia.wlan.phyimpl, fuchsia.wlan.sme
fuchsia.wlan.stats

Test: fx bazel build --config=fuchsia \
//sdk/fidl/fuchsia.element:fuchsia.element \
//sdk/fidl/fuchsia.posix:fuchsia.posix \
//sdk/fidl/fuchsia.session:fuchsia.session \
//sdk/fidl/fuchsia.session.power:fuchsia.session.power \
//sdk/fidl/fuchsia.session.scene:fuchsia.session.scene \
//sdk/fidl/fuchsia.session.window:fuchsia.session.window \
//sdk/fidl/fuchsia.starnix.binder:fuchsia.starnix.binder \
//sdk/fidl/fuchsia.starnix.container:fuchsia.starnix.container \
//sdk/fidl/fuchsia.starnix.gralloc:fuchsia.starnix.gralloc \
//sdk/fidl/fuchsia.starnix.psi:fuchsia.starnix.psi \
//sdk/fidl/fuchsia.starnix.runner:fuchsia.starnix.runner \
//sdk/fidl/fuchsia.storage.blobfs:fuchsia.storage.blobfs \
//sdk/fidl/fuchsia.wlan.common:fuchsia.wlan.common \
//sdk/fidl/fuchsia.wlan.device:fuchsia.wlan.device \
//sdk/fidl/fuchsia.wlan.device.service:fuchsia.wlan.device.service \
//sdk/fidl/fuchsia.wlan.driver:fuchsia.wlan.driver \
//sdk/fidl/fuchsia.wlan.fullmac:fuchsia.wlan.fullmac \
//sdk/fidl/fuchsia.wlan.mlme:fuchsia.wlan.mlme \
//sdk/fidl/fuchsia.wlan.phyimpl:fuchsia.wlan.phyimpl \
//sdk/fidl/fuchsia.wlan.sme:fuchsia.wlan.sme \
//sdk/fidl/fuchsia.wlan.stats:fuchsia.wlan.stats
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/+/1617969
Original-Original-Revision: a4bd0fb234253f18caa0ca0ef2a8a0af396c4ad3
GitOrigin-RevId: dea49b3404a1ae7448022a81d3031ada04872472
Change-Id: I5cfe93c9f738c58d2c11e0d1e2bff984b9b64a88
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1617918
Cr-Commit-Position: refs/heads/main@{#193087}
1 file changed
tree: 4477fed93f21a9967eeea61284c904a816a11386
  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.