commit | 2875a25fd0913a4c30d566693bd95c848a67a844 | [log] [tgz] |
---|---|---|
author | plf <plf@google.com> | Mon May 17 07:53:05 2021 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon May 17 07:53:55 2021 -0700 |
tree | 1d8e3fc94fb18ebf5ac159cb42d5e1fedb56ed97 | |
parent | e6aeecd2db3ae5f43bfdc186074d79255d8907f8 [diff] |
C++: implementation_deps guarded by flag implementation_deps mean that CcCompilationContext information does not get propagated beyond the direct reverse dep. CcLinkingContext information still gets propagated. In other words, headers from a dependency in implementation_deps can be used by the current target, any transitive reverse deps won't have access to those headers. Transitive reverse deps can still link in the leaf dependency. This is needed to migrate AOSP to Bazel, but other use cases have popped up over the years. This is guarded by the experimental flag: --experimental_cc_implementation_deps RELNOTES:none PiperOrigin-RevId: 374195160
{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