commit | c54c98ca75690bdddf8ec1725943a8383b593252 | [log] [tgz] |
---|---|---|
author | mstaib <mstaib@google.com> | Thu Jan 03 15:13:20 2019 -0800 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Jan 03 15:15:19 2019 -0800 |
tree | 5e210eca716d9055641258205c28f95c57038053 | |
parent | 4fe56228860ec45500d7b0545066dd74d50d12d0 [diff] |
Add the ability to sort manifests in dependency order instead of path order. Currently, mergee manifests are listed in path order. However, this may result in erroneous conflicts. Dependency order, with the manifests of dependencies listed after the manifests of the targets which depend on them, allows for proper overriding. Note that this just uses naive link order. Technically, this is incorrect... But changing these nested sets to use proper link order is a change for another day. And someone more familiar with the Android rules. RELNOTES: None. PiperOrigin-RevId: 227758377
{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.