blob: b554a2928622603f24275a3f15595b5e44c65a03 [file] [log] [blame]
load("//bazel:macros.bzl", "exports_files_legacy")
load("@io_bazel_rules_go//go:def.bzl", "go_library")
licenses(["notice"])
exports_files_legacy()
go_library(
name = "interfaces",
srcs = [
"exporter.go",
"file_system.go",
"query_command.go",
],
importpath = "go.skia.org/skia/bazel/exporter/interfaces",
visibility = ["//visibility:public"],
)