blob: 17860602ba8d5f928a14d6634aaa9f6d2525630e [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")
licenses(["notice"])
exports_files_legacy()
go_library(
name = "make_lotties_with_assets_lib",
srcs = ["make_lotties_with_assets.go"],
importpath = "go.skia.org/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/make_lotties_with_assets",
visibility = ["//visibility:private"],
)
go_binary(
name = "make_lotties_with_assets",
embed = [":make_lotties_with_assets_lib"],
visibility = ["//visibility:public"],
)