[roll] Roll fuchsia [bazel] require target name in visibility_templates

When a user uses wild card expansion in the visibility_templates
attribute on the fuchsia_sdk_repository rule we need to ensure that they
have specified a target. If they add the '*' at the end of the label it
will try to use '*' as the target name which is not what we want.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1240526
Original-Revision: 291f9fe5484f3315b2e2f57cca90c0997f96aa5f
GitOrigin-RevId: aadef67ced1353d54e113d2324249c3a240cdce9
Change-Id: I3e76e9417cccdef1c2563d60c38c916548ceca10
1 file changed
tree: a8fc6f8b0fe6824f8d0b5a74ee2c3df6e4832a49
  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.