1*d4726bddSHONG Yifanload("@bazel_skylib//:bzl_library.bzl", "bzl_library") 2*d4726bddSHONG Yifan 3*d4726bddSHONG Yifanbzl_library( 4*d4726bddSHONG Yifan name = "bzl_lib", 5*d4726bddSHONG Yifan visibility = ["//visibility:public"], 6*d4726bddSHONG Yifan deps = [ 7*d4726bddSHONG Yifan "//proto/prost:bzl_lib", 8*d4726bddSHONG Yifan "//proto/protobuf:bzl_lib", 9*d4726bddSHONG Yifan ], 10*d4726bddSHONG Yifan) 11