[roll] Roll fuchsia Revert "[bazel][sdk] Update cc_prebuilt_library for variants selection."

This reverts commit 268c99ed0afcbe1b563249261065272b32721737.

Reason for revert: Dependent CL is being reverted: fxr/1036292

Original change's description:
> [bazel][sdk] Update cc_prebuilt_library for variants selection.
>
> Resulting SDK:
> .
> ├── ...
> ├── obj/
> │   ├── arm64-api-15/
> │   │   ├── dist/
> │   │   │   ├── libfdio.so ->
> │   │   │   └── ...
> │   │   └── lib
> │   │       ├── libfdio.so ->
> │   │       └── ...
> │   ├── arm64-api-16
> │   ├── arm64-api-17
> │   └── ...
> └── pkg
>     ├── ...
>     └── fdio
>         ├── arm64-api-15
>         │   └── BUILD.bazel
>         ├── arm64-api-16
>         │   └── BUILD.bazel
>         ├── ...
>         ├── arm64-HEAD
>         │   └── BUILD.bazel
>         ├── BUILD.bazel
>         └── ...
>
> Example BUILD.bazel file targets:
>
>     cc_import(
>         name = "prebuilts",
>         shared_library = "//:obj/arm64-api-15/lib/libfdio.so",
>         target_compatible_with = ["@platforms//os:fuchsia"],
>     )
>     fuchsia_package_resource(
>         name = "dist",
>         src = "//:obj/arm64-api-15/dist/libfdio.so",
>         dest = "lib/libfdio.so",
>         target_compatible_with = ["@platforms//os:fuchsia"],
>     )
>
> Original-Bug: b/330747062, b/333908159
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1030813

Original-Bug: b/330747062, b/333908159
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1036313
Original-Revision: d40d41df1d80582afdab5a2ecc1831e8add214ba
GitOrigin-RevId: 798dfd8c92f8a6624abbe456a0a22abab45aad3a
Change-Id: I0ca4763b7d68543dfe51ce516041a4b5b37f59f3
1 file changed
tree: b8121d77953d1d110096cd04a2bcd211589f4f97
  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.