blob: 969e05bcfe63d7daed212af1bb413c7cdf810eae [file] [log] [blame]
load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "public_hdrs",
srcs = [
"MtlMemoryAllocator.h",
],
visibility = [
"//include/gpu:__pkg__",
"//src/gpu/ganesh/mtl:__pkg__",
"//src/gpu/mtl:__pkg__",
],
)