[roll] Roll fuchsia [build][sdk] Detect SDK category violations for "partner_internal"

Previously, the `detect_violations()` Python function was not run on
FIDL libraries in `_sdk_partner_internal_fidl_libraries`. This allowed,
for example, FIDL libraries in the "internal" category to be included
in this list. See https://fxrev.dev/1139635 for an example of this.

Original-Bug: 366221510
Test: Revert https://fxrev.dev/1139635 and observe that `fx build` fails due to a category violation.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1143480
Original-Revision: 742cba56607761b1ea1546c75e1951b77dc28fd7
GitOrigin-RevId: 16b7a1064a1957686dd071dbea5c0774fd52646a
Change-Id: Ifef38816d25aba72c88eba8f78abef6ae887945d
1 file changed
tree: fe34bcf5f959b64389bb7ada48feac41b7270eb5
  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.