[roll] Roll fuchsia [build][idk] Do not specify _sdk targets in runtime_deps

Previously, the `runtime_deps` parameter for prebuilt IDK libraries
required that the "..._sdk" target be specified. Change `runtime_deps`
to not refer to the IDK atom targets and instead refer to the underlying
target. This is consistent with other deps parameters and will simplify
use of bazel2gn because it matches the behavior of the corresponding
Bazel IDK macros.

There are some relevant targets in third-party repos, so convert strings
that they use.

NO_IFTTT=The changes to sdk_prebuilt_library_impl.gni make it more consistent with idk_cc_prebuilt_library.bzl.

Original-Bug: 447151364
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1455971
Original-Revision: 6d8738c722c9a245d81aa56b37c5ea5e28c4f481
GitOrigin-RevId: aa5cd27faceb14795d50869be458d75e36752e3b
Change-Id: I0814c9f5977493b970505a42a5088b3dc03c9ef8
1 file changed
tree: 25310984b97442b56c296ed5f28f0ca39487ef9e
  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.