[roll] Roll fuchsia [sdk] Reland: Add wildcard path support for fuchsia_package exclusions.

Allows fuchsia_package() targets to exclude files or directories
using wildcards, which are more flexible.

For a graceful transition with Chrome, "--exclude-file" is retained as an
exact match. Once Chrome has rewritten its file exclusions to use
fnmatch() bracketed escaping, --exclude-file can be removed in favor of
--exclude-path being used exclusively.

Original-Bug: 94011
Original-Bug: chromium:1297758
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/648961
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/789069
Original-Revision: 0ee229455f24802eb6ba492cca6a714c3a87170d
GitOrigin-RevId: f914a5ce03bc3d31e988112e638b3f74db198985
Change-Id: Id004122c198d650d55125751998efc46c1ffff19
1 file changed
tree: f1a0f5bb76a683e1a2f8207fb57770d98cab7dd2
  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.