Sign in
android
/
platform
/
external
/
tink
/
8db6a113331f062006e9a03d8561e3105753277b
/
.
/
cc
/
tink_cc_deps_init.bzl
blob: 1c8763a252c0ffcad1ef76f63354531d49b50505 [
file
] [
log
] [
blame
]
"""Initialization of dependencies of C++ Tink."""
load
(
"@com_google_protobuf//:protobuf_deps.bzl"
,
"protobuf_deps"
)
def
tink_cc_deps_init
():
"""Initializes dependencies of C++ Tink."""
# Initialize Protobuf dependencies.
protobuf_deps
()