blob: 237cd7b3b567cb074dc4520ee820672fb8e2236f [file] [log] [blame]
load("//bazel:skia_rules.bzl", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
skia_filegroup(
name = "core_hdrs",
srcs = [
"SkSLDebugTrace.h",
"SkSLVersion.h",
],
visibility = [
"//src/core:__pkg__",
],
)