unplugged-system/external/skia/modules/skottie/include/BUILD.bazel

16 lines
302 B
Python
Raw Normal View History

load("//bazel:skia_rules.bzl", "exports_files_legacy", "skia_filegroup")
licenses(["notice"])
exports_files_legacy()
skia_filegroup(
name = "hdrs",
srcs = [
"ExternalLayer.h",
"Skottie.h",
"SkottieProperty.h",
],
visibility = ["//modules/skottie:__pkg__"],
)