[roll] Roll fuchsia [build][ctf] Fix invoker labels

This CL fixes the "invoker_label" parameter passed from ctf_* templates
to ctf_element, which is used in the error messages of
sdk/ctf/build/scripts/verify_deps_in_sdk.py.

I noticed in Ie9d73b0a1ad78e7d34ee017017bacbaee34001d0 I was seeing
errors 'dependencies of "//a/b/c:c" not allowed', where the directory
//a/b/c did not exist. This is because the ctf_* templates were getting
the info of invoker.target_name instead of ":${invoker.target_name}".
This is now fixed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/729822
Original-Revision: fa5a179ef60ded85cef67d03dabccedb71881b37
GitOrigin-RevId: fc301ff0a97d0b2f503094fa91f0b9423d0f30cf
Change-Id: Ic22de7d4521f81b6acaa7291515d4f18e295457e
1 file changed
tree: 31bb658179dd85f9eef5b9c5e58110b4b1d5d92f
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.