[roll] Roll fuchsia [idk][build] Remove exception for internal source set SDK names

As was done for static libraries in https://fxrev.dev/1233566, remove
the logic from `sdk_source_set()` that constructs a special `sdk_name`
and `sdk_root_path` for libraries in the "internal" SDK category.
`sdk_name` is always specified, so this logic is not used.

Also make `sdk_name` required since it is always provided, even for
targets in "internal" targets.

Original-Bug: 326656468
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1273104
Original-Revision: e8f0aa48fa903e2015265836f1112b943af49150
GitOrigin-RevId: 1db46bae171eff812dbf0d6a2c31f3c9e7e86039
Change-Id: I688bab5d2d2493c28ead545496da364472655706
1 file changed
tree: 4cee5a53ad673829fb19ddec4c5902c99c3bf59c
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.