xref: /aosp_15_r20/external/skia/include/gpu/graphite/mtl/BUILD.bazel (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1load("//bazel:skia_rules.bzl", "skia_filegroup")
2
3package(
4    default_applicable_licenses = ["//:license"],
5)
6
7licenses(["notice"])
8
9skia_filegroup(
10    name = "public_hdrs",
11    srcs = [
12        "MtlBackendContext.h",
13        "MtlGraphiteTypes.h",
14        "MtlGraphiteUtils.h",
15    ],
16    visibility = [
17        "//src/gpu/graphite/mtl:__pkg__",
18    ],
19)
20