[roll] Roll fuchsia [licenses] Fix `ignore_policy` to be Bzlmod-friendly

In particular, direct comparison of labels to string literals may not work well if the string literal is not the canonical form (with `@@`-prefixed canonical repo names). This change fixes it by round-tripping string literals through `str(Label(...))`.

See https://g-issues.pigweed.dev/issues/258836641#comment42 for some context.

For more information on canonical repo names in Bzlmod, see https://bazel.build/external/overview.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1080572
Original-Revision: c5b4cc137662fc47333457c01e325b4055612a22
GitOrigin-RevId: 13207ae35faa45d92542c07b654c3890f47dadae
Change-Id: Ia3a27358b8964cd03ae2cf8ea7e752d0763fef9c
1 file changed
tree: ccd6cad31679801926e8819768244c1268af7305
  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 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.