commit | 60e34433ac2a8427c1fd0f0834ae0259dceb269e | [log] [tgz] |
---|---|---|
author | Andrzej Guszak <agluszak@google.com> | Wed Jul 08 06:38:17 2020 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jul 08 06:39:24 2020 -0700 |
tree | ad4926af63ff72dc5bfa6bd0d3651a085530f3fd | |
parent | c079dacf4bbfc2d645e1b61198dc7c202c8a979b [diff] |
Add support for object files in the Starlark implementation of cc_import This change allows users to import object files when using Starlark version of cc_import rule (currently hidden behind '--experimental_starlark_cc_import' flag). Previously in order to import object files users were required to put them in the srcs field of cc_library. Closes #11696. PiperOrigin-RevId: 320177122
{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