commit | 1d897e2679e920a443e882f959fbe0c74d70220a | [log] [tgz] |
---|---|---|
author | jingwen <jingwen@google.com> | Fri Jul 26 07:20:10 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jul 26 07:21:04 2019 -0700 |
tree | a279954445339beb9f6ea36eaa7a2e805b0e7788 | |
parent | 44d1d9e15c687898be413d6992aaa9d948ee8523 [diff] |
Write documentation on optimizing build performance for Android app builds. Fixes https://github.com/bazelbuild/bazel/issues/8427 Fixes https://github.com/bazelbuild/bazel/issues/8586 RELNOTES: There is now documentation on optimizing Android app build performance. Read it at https://docs.bazel.build/versions/0.29.0/android-build-performance.html PiperOrigin-RevId: 260140003
{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.