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