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