blob: 3ce59ef9134a930e292273d67c0f839cd061e86c [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "private_hdrs",
srcs = [
"SkiaVulkan.h",
"VulkanTypesPriv.h",
],
visibility = ["//include/private/gpu:__pkg__"],
)