[roll] Roll fuchsia [developer][build] Increase scope of SDK category marker checks

In `ffx_plugin()`, merge the SDK category marker checks into a single
higher-level target that depends on the other targets in the template.
This also adds coverage that didn't exist before, such as to
"//src/developer/ffx/core:lib" via the args target's deps on it. Also
make it possible for invokers to have a non-empty `assert_no_deps` list.

Similarly, move the check in `fuchsia_controller_internal` up to
`fuchsia_controller_py` and add more coverage to `ffx_tool()` and
`sdk_python_mobly_test()`.  The only marker checks are in
`honeydew_no_testonly`, which is already appropriate.

Add `visibility` restrictions to some files to make it easier to verify
that targets are covered by one of the `assert_no_deps`.

Finally, update python templates and `host_test_data()` to pass
`assert_no_deps` to more sub-targets.

Original-Bug: 314822328
Test: Ensure the checks still work by replacing "//sdk:marker-internal" with "//sdk:marker-partner_internal" in each one at a time and verifying that `fx gen` fails.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1153935
Original-Revision: 0d27afdf3db62bf891953deffc31a1e9c5e5ee92
GitOrigin-RevId: 4380a8f7491fd9acdd73f5c8eab9bc1d91c720a8
Change-Id: I102de11f290ea9bc954b9479d5db148f31b9e1c6
1 file changed
tree: d9cf2303859640a276ae9cc99fa8d04b716c12c9
  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.