blob: ef28d4d2dedc0126f30248a8489122f45e7d8f49 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "skia_cc_library")
licenses(["notice"])
exports_files_legacy()
skia_cc_library(
name = "vulkan",
srcs = [
"vulkan/vk_platform.h",
"vulkan/vulkan_xcb.h",
], #TODO(kjlubick) The other files are necessary on different platforms
hdrs = [
"vulkan/vulkan.h",
"vulkan/vulkan_core.h",
],
includes = ["."],
visibility = ["//:__subpackages__"],
)