mirror of
https://github.com/google/nomulus.git
synced 2025-05-01 04:27:51 +02:00
For Bazel (open source Blaze), users can have multiple repositories and we are moving towards having one bin/genfiles dir per repository. This means that bin_dir and genfiles_dir need to be rule-specific, not configuration-specific, since the configuration is not repository-specific. ctx.configuration.bin_dir and ctx.configuration.genfiles_dir have been deprecated and now we'd like to remove them entirely. The new fields are only available in Bazel 0.4.0+. Tested: TAP --sample for global presubmit queue [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141791797 |
||
---|---|---|
.. | ||
BUILD | ||
defs.bzl | ||
registry_ear_file.bzl | ||
zip_file.bzl |