xref: /aosp_15_r20/external/skia/bazel/external/vulkan_utility_libraries/BUILD.bazel (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1# This file will be copied into //third_party/externals/vulkan-utility-libraries 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_utility_libraries",
6    hdrs = [
7        "include/vulkan/utility/vk_struct_helper.hpp",
8    ],
9    visibility = ["//visibility:public"],
10)
11