mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-22 22:59:52 +00:00
b110613bee
Signed-off-by: 徐未来 <xuweilai2@huawei.com>
29 lines
693 B
Plaintext
29 lines
693 B
Plaintext
[repositories]
|
|
root = .
|
|
prelude = tools/buck/prelude
|
|
toolchains = tools/buck/toolchains
|
|
none = none
|
|
|
|
[repository_aliases]
|
|
config = prelude
|
|
buck = none
|
|
fbcode = none
|
|
fbsource = none
|
|
|
|
[project]
|
|
# Hide BUCK files under target/package/ from `buck build ...`. Otherwise:
|
|
# $ buck build ...
|
|
# //target/package/cxx-0.3.0/tests:ffi references non-existing file or directory 'target/package/cxx-0.3.0/tests/ffi/lib.rs'
|
|
#
|
|
# Also hide some Bazel-managed directories that contain symlinks to the repo root.
|
|
ignore = \
|
|
.git, \
|
|
bazel-bin, \
|
|
bazel-cxx, \
|
|
bazel-out, \
|
|
bazel-testlogs, \
|
|
target
|
|
|
|
[parser]
|
|
target_platform_detector_spec = target:root//...->prelude//platforms:default
|