[roll] Roll fuchsia [vulkan] Remove remaining uses of "vulkan" feature in-tree

The vulkan feature will be removed eventually, so we should remove all
in-tree reliance on it. Component manifests should depend either on the
fuchsia.vulkan.loader.Loader protocol (if they're actually using the
Vulkan API) or on /dev/class/gpu if they're directly opening devices
from that directory.

Original-Bug: 83810
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/578242
Original-Revision: 08e825751690525d43a7fff816f7e467bb37b09f
GitOrigin-RevId: abf7cd55848dafb16a48a0ec27ac4bb9dc656089
Change-Id: Ic8c202401b2cc351f9b2f5968ddd9755abc368f3
1 file changed
tree: a66255654d14d08088ae37c8ec331eca78a6a3df
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.