[roll] Roll fuchsia [fidl][build] Correct internal_only_idk marker name

https://fxrev.dev/1139638 replaced the "internal" SDK category string
with "internal_only_idk" for FIDL libraries. However, the string is used
for to build an SDK category marker target label in `fidl()` before
`fidl_library()` handles the new string.

Replace the new string when generating markers target labels.

The use of the wrong marker label has not caused a build error because
there are not currently any dependencies on the `fuchsia.boot`
sub-targets that depend on markers.

Original-Bug: 372986936
Test: Observe `assert_no_deps` error when adding "//sdk/fidl/fuchsia.boot:fuchsia.boot_rust" to the `deps` of `fuchsia_controller_internal`.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1188994
Original-Revision: a07bc3fc346dab47808b460161c4a14aa0ced4e0
GitOrigin-RevId: 5ef2ef1287e09ebfab5e0428e6e4138e0d1f5e90
Change-Id: I22f75e51ecfda3c8fcd987b1a2cf813234023fee
1 file changed
tree: 2cbf75adf8aa2240072060f8a8997fa95f71aaa9
  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 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.