[roll] Roll fuchsia [bazel-sdk] Handle API level errors for all types

`attr` does not always have a `package_name` member. Specifically,
the `attr` for `test*_driver*_with[out]*_srcs` have an empty
`generator_name` and thus no `package_name`.

The behavior before and after can be verified by always `print()`ing
the value being passed to `fail_missing_api_level()`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1083954
Original-Revision: 6902c8fc12d2328dd26517940e854719f377d86c
GitOrigin-RevId: bc24b6ab43d3586225e7c91ec25a396f9a3a6d56
Change-Id: I06474276451480b07b34342ba9d5e3c3b70e6720
1 file changed
tree: 757b8f6194200b0e1a3b7ba9f75f5922ce2c5ae2
  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.