[roll] Roll fuchsia [idk][build] Remove exception for internal static library SDK names

Remove the logic from `sdk_static_library()` that constructs a special
`sdk_name` and `sdk_root_path` for libraries in the "internal" SDK
category. `zx_library()` ensures `sdk_name` is always provided, and
there does not appear to be any remaining uses of the specially
constructed names and paths.

Also remove a duplicate definition of `include_dest`.

Test: CQ
Original-Bug: 326656468
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1233566
Original-Revision: a34567f282472053faac0bd304abdf229f955c2b
GitOrigin-RevId: 815d0444a0bdb01e05e7fe59dc0c2ca117577a59
Change-Id: Iaadac61f447ae7eb50dce7482fd3e01e15e4595d
1 file changed
tree: 78fe4f5d647ab2102f6398ba697cda50d8774fb3
  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.