1 Star 0 Fork 0

MaxwellD/protobuf-mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
protobuf_deps.bzl 627 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nic McDonald 提交于 2019-04-12 15:41 . comply with Bazel recommendations
"""Load dependencies needed to compile the protobuf library as a 3rd-party consumer."""
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
def protobuf_deps():
"""Loads common dependencies needed to compile the protobuf library."""
if "zlib" not in native.existing_rules():
http_archive(
name = "zlib",
build_file = "@com_google_protobuf//:third_party/zlib.BUILD",
sha256 = "c3e5e9fdd5004dcb542feda5ee4f0ff0744628baf8ed2dd5d66f8ca1197cb1a1",
strip_prefix = "zlib-1.2.11",
urls = ["https://zlib.net/zlib-1.2.11.tar.gz"],
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/MaxwellD/protobuf-mobile.git
git@gitee.com:MaxwellD/protobuf-mobile.git
MaxwellD
protobuf-mobile
protobuf-mobile
master

搜索帮助