|
|
@ -14,12 +14,16 @@ |
|
|
|
# See the License for the specific language governing permissions and |
|
|
|
# See the License for the specific language governing permissions and |
|
|
|
# limitations under the License. |
|
|
|
# limitations under the License. |
|
|
|
|
|
|
|
|
|
|
|
licenses(["notice"]) |
|
|
|
load( |
|
|
|
|
|
|
|
"//bazel:grpc_build_system.bzl", |
|
|
|
|
|
|
|
"grpc_cc_library", |
|
|
|
|
|
|
|
"grpc_generate_one_off_targets", |
|
|
|
|
|
|
|
"grpc_upb_proto_library", |
|
|
|
|
|
|
|
"python_config_settings", |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
load("@bazel_skylib//lib:selects.bzl", "selects") |
|
|
|
|
|
|
|
|
|
|
|
exports_files([ |
|
|
|
licenses(["notice"]) |
|
|
|
"LICENSE", |
|
|
|
|
|
|
|
"etc/roots.pem", |
|
|
|
|
|
|
|
]) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package( |
|
|
|
package( |
|
|
|
default_visibility = ["//visibility:public"], |
|
|
|
default_visibility = ["//visibility:public"], |
|
|
@ -29,14 +33,10 @@ package( |
|
|
|
], |
|
|
|
], |
|
|
|
) |
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
load( |
|
|
|
exports_files([ |
|
|
|
"//bazel:grpc_build_system.bzl", |
|
|
|
"LICENSE", |
|
|
|
"grpc_cc_library", |
|
|
|
"etc/roots.pem", |
|
|
|
"grpc_generate_one_off_targets", |
|
|
|
]) |
|
|
|
"grpc_upb_proto_library", |
|
|
|
|
|
|
|
"python_config_settings", |
|
|
|
|
|
|
|
) |
|
|
|
|
|
|
|
load("@bazel_skylib//lib:selects.bzl", "selects") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config_setting( |
|
|
|
config_setting( |
|
|
|
name = "grpc_no_ares", |
|
|
|
name = "grpc_no_ares", |
|
|
|