blob: c2ca43f4b799f11209eefc3ec8c64ee136c1d736 [file] [log] [blame]
load("//bazel:skia_rules.bzl", "skia_filegroup")
package(
default_applicable_licenses = ["//:license"],
)
licenses(["notice"])
skia_filegroup(
name = "core_hdrs",
srcs = [
"FactoryHelpers.h",
],
visibility = [
"//modules/skshaper:__pkg__",
"//modules/skshaper/include:__pkg__",
],
)