commit | 7dc78f1a97b29c8ede1b675179d65d94d5970580 | [log] [tgz] |
---|---|---|
author | allevato <allevato@google.com> | Thu May 13 13:44:31 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 13 13:45:32 2021 -0700 |
tree | 59099f162e57f8c1564983380d64502b7ee067ed | |
parent | df0c9809209440ed3596dc117d712a2cb1ef75ab [diff] |
Remove uses of `ConfiguredTargetAndData` throughout the Apple/Objective-C rules. Historically, the Obj-C rules needed to use `ConfiguredTargetAndData` because a code path behaved differently if a target was specifically a `cc_library`, and instantiating rule information is only accessible through CTAD. Recent refactorings have eliminated this, so it is better to operate on `TransitiveInfoCollection`s instead. RELNOTES: None. PiperOrigin-RevId: 373649925
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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