mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
0d16c136ae
If using Sandboxed API from an external Bazel WORKSPACE, dependencies can be imported by declaring the repository and calling `sapi_deps()`: ```python git_repository( name = "com_google_sandboxed_api", commit = "master", remote = "https://github.com/google/sandboxed-api.git", ) load( "@com_google_sandboxed_api//sandboxed_api/bazel:sapi_deps.bzl", "sapi_deps", ) sapi_deps() ``` PiperOrigin-RevId: 255373664 Change-Id: I4c41ffc75e1ca95eb126702cb2d5cedb255191d5