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