[roll] Roll fuchsia [ffx][build] Remove default sdk_category from ffx_plugin()

Require that `ffx_plugin()` instances in an SDK specify the
`sdk_category` rather than defaulting to "partner". Instances that do
not specify a category are for internal use only.

Use "not-yet-specified" for the 200+ existing plugins that do not
specify a category to avoid needing to determine the correct category
for all of them in this change. Remove the category from the few
instances that previously specified "internal".

Specifying the appropriate category will allow more accurate application
of the SDK markers and related category enforcements.

Original-Bug: 314822328
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1191537
Original-Revision: 4dfbf99edb2e9bd5cfc6bfd346fc241117890cd6
GitOrigin-RevId: fe9d331ce0f000cbb58ddd8c55f0ffe5e47f89bc
Change-Id: I95aa6115d4e9152add4c40dfe7cd7da2808e7737
1 file changed
tree: bf21583c640c5c4799967810bc32e0f853b4f2a0
  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.