[roll] Roll fuchsia Revert "[sdk] Add wildcard path support for fuchsia_package exclusions."

This reverts commit 4d144a246240c941d270d47abe8fe481d51d4c61.

Reason for revert: Results in a non-hermetic build, which breaks
the "build no-op" step.

Original-Bug: chromium:1360946

Original change's description:
> [sdk] Add wildcard path support for fuchsia_package exclusions.
>
> Allows fuchsia_package() targets to exclude files or directories
> using wildcards, which are more flexible.
>
> The prior exclusion args "exclude_file" and "exclude_dir" are
> reimplemented using "exclude_path" until existing clients can be
> migrated.
>
> Original-Bug: 94011
> Original-Bug: chromium:1297758
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/648961

Original-Bug: 94011
Original-Bug: chromium:1297758
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/721745
Original-Revision: 88d3152d0e6a1a6cfac2feac694aab752def5de4
GitOrigin-RevId: d2205c68402b3594901e4f86c701b7c9f2799005
Change-Id: Iaf4329dda25a6b68330352804b0199f62e3f3710
1 file changed
tree: 74483e470bf3561e41133421314d311f1fa80e2f
  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.