xref: /aosp_15_r20/external/tink/cc/WORKSPACE (revision e7b1675dde1b92d52ec075b0a92829627f2c52a5)
1workspace(name = "tink_cc")
2
3# Use this repository if you want to build the FIPS module for BoringSSL
4# local_repository(
5#   name = "boringssl",
6#   path = "third_party/boringssl_fips/",
7# )
8
9load("@tink_cc//:tink_cc_deps.bzl", "tink_cc_deps")
10
11tink_cc_deps()
12
13load("@tink_cc//:tink_cc_deps_init.bzl", "tink_cc_deps_init")
14
15tink_cc_deps_init()
16