| load("/tools/build_defs/jsonnet/jsonnet", "jsonnet_repositories") |
| load("/tools/build_rules/rust/rust", "rust_repositories") |
| # Protobuf expects an //external:python_headers label which would contain the |
| # Python headers if fast Python protos is enabled. Since we are not using fast |
| # Python protos, bind python_headers to a dummy target. |
| # Bind to dummy targets if no android SDK/NDK is present. |
| name = "android_sdk_for_testing", |
| name = "android_ndk_for_testing", |
| load("//tools/cpp/test:docker_repository.bzl", "docker_repository") |
| # In order to run the Android integration tests, run |
| # scripts/workspace_user.sh and uncomment the next two lines. |
| # load("/WORKSPACE.user", "android_repositories") |