blob: a9d4d8cb39255d91f7d569daa9f9805c1370e596 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "public_hdrs",
srcs = [
"SkSVGCanvas.h",
],
visibility = ["//include:__pkg__"],
)