[roll] Roll fuchsia [sdk][build] Host tool and Python test template cleanup

Make `ffx_tool()` base SDK inclusion on the `sdk_category` parameter
rather than `sdk_target_name`. This is consistent with other SDK
templates. Remove an unnecessary `sdk_category = "internal"` without
`sdk_target_name` in one use of the template to comply with the new
logic.

Remove unnecessary condition on the `category` parameter in
`sdk_python_mobly_test()`, which requires it to be passed.

There is no change in behavior.

Original-Bug: 314822328
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1153934
Original-Revision: 6fcd9652f934d6061dbacc1f5fbe532fcec7fd93
GitOrigin-RevId: 046a14cc3ba3d75d2135c65c78fe90faf16b1c9b
Change-Id: I3e35b11c1a01ad90a3c2a6368f9482a9c87d88f6
1 file changed
tree: 5da5080267e3e3be03192839d9fa32d58d0662a5
  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.