xref: /aosp_15_r20/external/skia/bazel/exporter/interfaces/BUILD.bazel (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard Workerload("@io_bazel_rules_go//go:def.bzl", "go_library")
2*c8dee2aaSAndroid Build Coastguard Worker
3*c8dee2aaSAndroid Build Coastguard Workerpackage(
4*c8dee2aaSAndroid Build Coastguard Worker    default_applicable_licenses = ["//:license"],
5*c8dee2aaSAndroid Build Coastguard Worker)
6*c8dee2aaSAndroid Build Coastguard Worker
7*c8dee2aaSAndroid Build Coastguard Workerlicenses(["notice"])
8*c8dee2aaSAndroid Build Coastguard Worker
9*c8dee2aaSAndroid Build Coastguard Workergo_library(
10*c8dee2aaSAndroid Build Coastguard Worker    name = "interfaces",
11*c8dee2aaSAndroid Build Coastguard Worker    srcs = [
12*c8dee2aaSAndroid Build Coastguard Worker        "exporter.go",
13*c8dee2aaSAndroid Build Coastguard Worker        "file_system.go",
14*c8dee2aaSAndroid Build Coastguard Worker        "query_command.go",
15*c8dee2aaSAndroid Build Coastguard Worker    ],
16*c8dee2aaSAndroid Build Coastguard Worker    importpath = "go.skia.org/skia/bazel/exporter/interfaces",
17*c8dee2aaSAndroid Build Coastguard Worker    visibility = ["//visibility:public"],
18*c8dee2aaSAndroid Build Coastguard Worker)
19