Add explicit has_content_based_path = False to actions.copied_dir calls Summary: Set has_content_based_path = False explicitly on all actions.copied_dir calls in .bzl and .bxl files that were missing this parameter, for clarity and to prepare for potential future default changes. Reviewed By: d16r Differential Revision: D99283636 fbshipit-source-id: 420e32f9c915d0b6cb17eaa0ca11e2afafd35ded
Add explicit has_content_based_path = False to actions.copied_dir calls
Summary: Set has_content_based_path = False explicitly on all actions.copied_dir calls in .bzl and .bxl files that were missing this parameter, for clarity and to prepare for potential future default changes.
has_content_based_path = False
actions.copied_dir
.bzl
.bxl
Reviewed By: d16r
Differential Revision: D99283636
fbshipit-source-id: 420e32f9c915d0b6cb17eaa0ca11e2afafd35ded
These files implement shims for Meta internal buck2 cells, macros, and targets.
Via these shims, the buck2 experience when building Meta open source projects should be nearly identical to the internal buck2 experience.
Prefer to use rules from the buck2 prelude and the buck2 build apis
This source code is licensed under both the MIT license found in the LICENSE-MIT file in the root directory of this source tree and the Apache License, Version 2.0 found in the LICENSE-APACHE file in the root directory of this source tree.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Buck2 Shims for Meta
These files implement shims for Meta internal buck2 cells, macros, and targets.
Via these shims, the buck2 experience when building Meta open source projects should be nearly identical to the internal buck2 experience.
These shims are not recommended for non-Meta projects!!!
Prefer to use rules from the buck2 prelude and the buck2 build apis
License
This source code is licensed under both the MIT license found in the LICENSE-MIT file in the root directory of this source tree and the Apache License, Version 2.0 found in the LICENSE-APACHE file in the root directory of this source tree.