David Chen | 7019ff9 | 2015-12-04 13:25:38 +0000 | [diff] [blame] | 1 | load("/tools/build_defs/d/d", "d_repositories") |
| 2 | load("/tools/build_defs/dotnet/csharp", "csharp_repositories") |
| 3 | load("/tools/build_defs/jsonnet/jsonnet", "jsonnet_repositories") |
| 4 | load("/tools/build_defs/sass/sass", "sass_repositories") |
| 5 | load("/tools/build_rules/go/def", "go_repositories") |
David Chen | 07b0ba6 | 2015-12-02 15:16:09 +0000 | [diff] [blame] | 6 | load("/tools/build_rules/rust/rust", "rust_repositories") |
David Chen | 3114324 | 2015-07-27 08:40:47 +0000 | [diff] [blame] | 7 | |
David Chen | 7019ff9 | 2015-12-04 13:25:38 +0000 | [diff] [blame] | 8 | csharp_repositories() |
| 9 | d_repositories() |
| 10 | go_repositories() |
| 11 | jsonnet_repositories() |
David Chen | 07b0ba6 | 2015-12-02 15:16:09 +0000 | [diff] [blame] | 12 | rust_repositories() |
David Chen | 7019ff9 | 2015-12-04 13:25:38 +0000 | [diff] [blame] | 13 | sass_repositories() |
Lukacs Berki | 678ba23 | 2015-09-03 13:28:55 +0000 | [diff] [blame] | 14 | |
Damien Martin-Guillerez | 0c1a8cf | 2016-02-05 18:37:12 +0000 | [diff] [blame] | 15 | # Bind to dummy targets if no android SDK/NDK is present. |
| 16 | bind( |
| 17 | name = "android_sdk_for_testing", |
| 18 | actual = "//:dummy", |
| 19 | ) |
| 20 | |
| 21 | bind( |
| 22 | name = "android_ndk_for_testing", |
| 23 | actual = "//:dummy", |
| 24 | ) |
| 25 | |
Damien Martin-Guillerez | 9b88920 | 2016-03-03 00:35:13 +0000 | [diff] [blame^] | 26 | # For tools/cpp/test/... |
| 27 | load("//tools/cpp/test:docker_repository.bzl", "docker_repository") |
| 28 | docker_repository() |
| 29 | |
Steven Dee | c74d3e4 | 2016-02-02 16:32:23 +0000 | [diff] [blame] | 30 | # In order to run the Android integration tests, run |
| 31 | # scripts/workspace_user.sh and uncomment the next two lines. |
| 32 | # load("/WORKSPACE.user", "android_repositories") |
| 33 | # android_repositories() |