-
Notifications
You must be signed in to change notification settings - Fork 0
/
.buckconfig
38 lines (32 loc) · 1.2 KB
/
.buckconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# 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.
[cells]
gh_facebook_buck2_shims_meta = .
[cell_aliases]
root = gh_facebook_buck2_shims_meta
# This is a duplicate of .buckconfig.d/common.buckconfig, but due to the way
# we vendor the shim directory, common.buckconfig won't show up in the
# vendored .buckconfig.d directory.
# When the shim cell is no longer vendored in individual projects, this
# duplication cam be removed.
[cells]
prelude = prelude
none = none
[cell_aliases]
config = prelude
ovr_config = prelude
bazel_skylib = gh_facebook_buck2_shims_meta
buck = gh_facebook_buck2_shims_meta
fbcode = gh_facebook_buck2_shims_meta
fbcode_macros = gh_facebook_buck2_shims_meta
fbsource = gh_facebook_buck2_shims_meta
shim = gh_facebook_buck2_shims_meta
toolchains = gh_facebook_buck2_shims_meta
[external_cells]
prelude = bundled
[parser]
target_platform_detector_spec = target:root//...->prelude//platforms:default target:shim//...->prelude//platforms:default