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