| commit | 2200ffae1d037cd1ef033ac44deb2fc8f3888cc8 | [log] [tgz] |
|---|---|---|
| author | Loo Rong Jie <loorongjie@gmail.com> | Fri Dec 14 08:38:39 2018 -0800 |
| committer | Copybara-Service <copybara-piper@google.com> | Fri Dec 14 08:40:23 2018 -0800 |
| tree | cc456281c27637c0e9f65e7f0764ad2edb9294e2 | |
| parent | c298acd2726d19f7e5a4345848bf0b6c2cc8befa [diff] |
Uncomment android_sdk/ndk_repository on Windows Revive #5023 (by @philwo) so that we can try to revive #4797. `shell_commands` will put the whole cmd string into an array (`[cmd]`) before passing it to `subprocess.run`. This will make `subprocess.run` thinks that the first element of the array is the full path of the program, hence the weird error in #5023. We work around it with `batch_commands` which pass the cmd string directly into `subprocess.run` and let `subprocess.run` do the heavy-lifting. /cc @philwo @meteorcloudy Closes #6699. PiperOrigin-RevId: 225547132
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.