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