[roll] Roll fuchsia [bazel_sdk][versioning] Verify all resources in package checker tests

Previously, `_fuchsia_package_checker_test_impl()` only verified package
resources corresponding to specified binary blobs. This could have
allowed unexpected resources to go uncaught.

To prevent this, ensure the number of resources is as expected and
verify the destinations of all other resource types. The current
implementation only supports packages created with
`fuchsia_[[unit]test_]package()`.

Original-Bug: 382485650, 354047162
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1168163
Original-Revision: f2527ead5e476d5480192d1b7bdd233b34ec1c16
GitOrigin-RevId: a194945db1cdfb76fb2f2046656a4707ff184dd2
Change-Id: I510228257d67a500bddeac6237d2f9232ead5e9f
1 file changed
tree: 49bd93896e4fe73ed65e9a13a4b2ba39b57392a9
  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.