commit | e8a83afe35b11385976349fdf421d4a353e6d938 | [log] [tgz] |
---|---|---|
author | Akira Baruah <akira.baruah@gmail.com> | Wed Dec 13 08:33:11 2017 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Wed Dec 13 08:35:19 2017 -0800 |
tree | cadc00770ccc9db0d567ddac79d10b63856df686 | |
parent | 918a61165d7d5fee55f692f15c115e71182bdbc3 [diff] |
Refactor flag access out of Adb._Exec() and into main(). Rather than access the `extra_adb_arg` command line flag directly, the `Adb` class now receives the flag value in its constructor, preventing an error where flags are accessed before they are parsed (prohibited in `absl.flags`). If the constructor arg isn't passed at all, the value stored in the `Adb` object defaults to an empty list. PiperOrigin-RevId: 178906612
{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.