xref: /aosp_15_r20/external/skia/bazel/external/vulkan_tools/BUILD.bazel (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1# This file will be copied into //third_party/externals/vulkan-tools via the
2# new_local_repository rule in WORKSPACE.bazel, so all files should be relative to that path.
3
4cc_library(
5    name = "vulkan_tools",
6    hdrs = [
7        "icd/generated/vk_typemap_helper.h",
8    ],
9    visibility = ["//visibility:public"],
10)
11