BUILD 276 字节
Newer Older
D
Dong Li 已提交
1 2 3 4
package(default_visibility = ["//visibility:public"])

cc_proto_library(
    name = "adapter_config_proto",
L
Lei Wang 已提交
5 6
    deps = [
        ":adapter_config_proto_lib",
D
Dong Li 已提交
7 8 9
    ],
)

L
Lei Wang 已提交
10 11 12
proto_library(
    name = "adapter_config_proto_lib",
    srcs = [
D
Dong Li 已提交
13 14 15
        "adapter_config.proto",
    ],
)